Skip to content

Commit f4448b6

Browse files
Update test/paginator_test.exs
Co-authored-by: Sasha Gerrand <[email protected]>
1 parent 82dbfbd commit f4448b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/paginator_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ defmodule PaginatorTest do
157157
assert page.metadata.before == nil
158158
end
159159

160-
test "returns an empty page when there are no results with page_booleans" do
160+
test "returns an empty page when there are no results with page_booleans" do
161161
page =
162162
payments_by_status("failed")
163163
|> Repo.paginate(cursor_fields: [:charged_at, :id], limit: 10, page_booleans: true)

0 commit comments

Comments
 (0)