Skip to content

Commit 77bc367

Browse files
committed
fix etf deserialization test
1 parent 55fac9a commit 77bc367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/resource_admin_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ defmodule Kaffy.ResourceAdminTest do
9191
end
9292

9393
test "custom deserialization of composite key" do
94-
assert ResourceAdmin.deserialize_id([schema: Owner, admin: OwnerETFAdmin], "g2gCYQFhAg") == [person_id: "1", pet_id: "2"]
94+
assert ResourceAdmin.deserialize_id([schema: Owner, admin: OwnerETFAdmin], "g2gCYQFhAg") == [person_id: 1, pet_id: 2]
9595
end
9696
end
9797
end

0 commit comments

Comments
 (0)