Skip to content

Commit

Permalink
Sync code-style with ruby/ruby repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed May 10, 2021
1 parent 4ea58a8 commit a9a82de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ def test_eq
set2 = Set["a", "b", Set["a", "b", set1]]

assert_equal(set1, set2)

assert_not_equal(Set[Exception.new,nil], Set[Exception.new,Exception.new], "[ruby-dev:26127]")
end

Expand Down

0 comments on commit a9a82de

Please sign in to comment.