Skip to content

Commit 9cc942f

Browse files
committed
chore: credo
1 parent c753a37 commit 9cc942f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/sort_test.exs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,9 @@ defmodule AshPostgres.SortTest do
261261
Ash.read!(
262262
Post
263263
|> Ash.Query.load(:views)
264-
# this doesn't really make sense to do, you'd want to do something like `max(views, field: :time)` or something.
265-
# but it illustrates a bug fix, and nothing currently prevents you from doing it, so we keep the test for now.
264+
# this doesn't really make sense to do, you'd want to do something like
265+
# `max(views, field: :time)` or something. but it illustrates a bug fix,
266+
# and nothing currently prevents you from doing it, so we keep the test for now.
266267
|> Ash.Query.sort({Ash.Sort.expr_sort(views.time, :datetime), :desc}, title: :asc)
267268
)
268269
end

0 commit comments

Comments
 (0)