We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fac9a commit 77bc367Copy full SHA for 77bc367
test/resource_admin_test.exs
@@ -91,7 +91,7 @@ defmodule Kaffy.ResourceAdminTest do
91
end
92
93
test "custom deserialization of composite key" do
94
- assert ResourceAdmin.deserialize_id([schema: Owner, admin: OwnerETFAdmin], "g2gCYQFhAg") == [person_id: "1", pet_id: "2"]
+ assert ResourceAdmin.deserialize_id([schema: Owner, admin: OwnerETFAdmin], "g2gCYQFhAg") == [person_id: 1, pet_id: 2]
95
96
97
0 commit comments