Skip to content

Commit f573c42

Browse files
committed
chore: fix aggregate test
1 parent 6b73369 commit f573c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/aggregate_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ defmodule AshSql.AggregateTest do
965965
])
966966
|> Map.take([:sum_of_odd_comment_rating_scores])
967967

968-
assert %{sum_of_popular_comment_rating_scores_2: 120} =
968+
assert %{sum_of_odd_comment_rating_scores: 120} =
969969
values
970970
end
971971

0 commit comments

Comments
 (0)