Skip to content

Commit

Permalink
Add missing parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 4, 2016
1 parent cfcac48 commit 275f5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_assertions.rb
Expand Up @@ -37,6 +37,6 @@ class TestAssertions < ActiveSupport::TestCase
"hans"
end

assert_equal "test.\nhansbernd", delayed_message.call
assert_equal("test.\nhansbernd", delayed_message.call)
end
end

0 comments on commit 275f5c5

Please sign in to comment.