Skip to content

Commit

Permalink
chore: revert formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 14, 2022
1 parent 9bdc05f commit 3a5a106
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/dataloader/ecto_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,9 @@ defmodule Dataloader.EctoTest do
ordered_usernames = Enum.map(loaded_posts, & &1.username)

assert ordered_usernames == expected_usernames,
"got #{inspect(ordered_usernames)} but was expecting #{inspect(expected_usernames)} for sort_order #{sort_order}"
"got #{inspect(ordered_usernames)} but was expecting #{inspect(expected_usernames)} for sort_order #{
sort_order
}"
end
end

Expand Down

0 comments on commit 3a5a106

Please sign in to comment.