Use #object_id instead of #id in test

This commit is contained in:
Bernerd Schaefer 2011-07-08 13:38:43 +02:00
parent 4a319f508f
commit d0ba797fd9
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class OrderedHashTest < Test::Unit::TestCase
assert_equal [:c, :d], h1.keys
assert_equal [3, 4], h1.values
assert h1.keys.id != h2.keys.id
assert h1.keys.object_id != h2.keys.object_id
end
def test_to_a_order_preserved