From f21fff86611c7f3e05ea3b11851fa31861d4aa0d Mon Sep 17 00:00:00 2001 From: Blake Kostner Date: Wed, 11 Oct 2023 11:20:14 -0600 Subject: [PATCH] mix format the credo format rules for formatting format --- test/paginator_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/paginator_test.exs b/test/paginator_test.exs index 943b5e3..dc62f70 100644 --- a/test/paginator_test.exs +++ b/test/paginator_test.exs @@ -800,8 +800,8 @@ defmodule PaginatorTest do test "when custom total_count_primary_key_field", %{ addresses: {_a1, a2, _a3} } do + # credo:disable-for-lines:9 /Pipe/ %Page{metadata: metadata} = - # credo:disable-for-lines:8 /Pipe/ from(a in Address, select: a) |> Repo.paginate( cursor_fields: [:city],