Skip to content

Commit

Permalink
Update test/paginator_test.exs
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha Gerrand <[email protected]>
  • Loading branch information
ericsullivan and sgerrand authored Jan 4, 2022
1 parent c42f7b6 commit b8b8820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/paginator_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ defmodule PaginatorTest do
assert page.metadata.before == nil
end

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

0 comments on commit b8b8820

Please sign in to comment.