Skip to content

Commit 6153016

Browse files
committed
chore: fix test for ^ref
1 parent 3f00dcb commit 6153016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/filter_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ defmodule AshPostgres.FilterTest do
10911091

10921092
fetched_org =
10931093
Organization
1094-
|> Ash.Query.filter(^ref(:id, [:posts, :comments]) == ^comment.id)
1094+
|> Ash.Query.filter(^ref([:posts, :comments], :id) == ^comment.id)
10951095
|> Ash.read_one!()
10961096

10971097
assert fetched_org.id == organization.id

0 commit comments

Comments
 (0)