Skip to content

Commit

Permalink
SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 15, 2020
1 parent 8f7ddba commit c301833
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/json_addition_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,5 @@ def test_ostruct
def test_set
s = Set.new([:a, :b, :c, :a])
assert_equal s, JSON.parse(JSON(s), :create_additions => true)
ss = SortedSet.new([:d, :b, :a, :c])
ss_again = JSON.parse(JSON(ss), :create_additions => true)
assert_kind_of ss.class, ss_again
assert_equal ss, ss_again
end
end

0 comments on commit c301833

Please sign in to comment.