Skip to content

Commit 22202a1

Browse files
committed
Lets keep the assert_equal without parens for consistency.
1 parent 7085afe commit 22202a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/adapter/json_api/has_many_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_include_type_for_association_when_different_than_name
8686
type: "posts",
8787
ids: ["1"]
8888
}
89-
assert_equal(expected, actual)
89+
assert_equal expected, actual
9090
end
9191
end
9292
end

0 commit comments

Comments
 (0)