Skip to content

Commit 68fddac

Browse files
committed
chore: update test
1 parent d3788e3 commit 68fddac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/type_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defmodule AshPostgres.Test.TypeTest do
4848

4949
assert [_] =
5050
Post
51-
|> Ash.Query.filter(point == {1.0, 2.0, 3.0})
51+
|> Ash.Query.filter(point == ^{1.0, 2.0, 3.0})
5252
|> Ash.read!()
5353
end
5454
end

0 commit comments

Comments
 (0)