mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 14:56:50 +00:00
Lets keep the assert_equal without parens for consistency.
This commit is contained in:
parent
7085afe714
commit
22202a115a
@ -86,7 +86,7 @@ module ActiveModel
|
|||||||
type: "posts",
|
type: "posts",
|
||||||
ids: ["1"]
|
ids: ["1"]
|
||||||
}
|
}
|
||||||
assert_equal(expected, actual)
|
assert_equal expected, actual
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user