We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7085afe commit 22202a1Copy full SHA for 22202a1
test/adapter/json_api/has_many_test.rb
@@ -86,7 +86,7 @@ def test_include_type_for_association_when_different_than_name
86
type: "posts",
87
ids: ["1"]
88
}
89
- assert_equal(expected, actual)
+ assert_equal expected, actual
90
end
91
92
0 commit comments