Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos authored Jul 18, 2023
1 parent 57e4d81 commit 00a8ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/list_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_each_with_block

def test_add
assert_equal @list, @list.add(PublicSuffix::Rule.factory("foo"))
assert_equal @list, @list << PublicSuffix::Rule.factory("bar")
assert_equal @list, @list << PublicSuffix::Rule.factory("bar")
assert_equal 2, @list.size
end

Expand Down

0 comments on commit 00a8ec3

Please sign in to comment.