Fix typo in test/t/hash.rb

This commit is contained in:
John Bampton
2024-04-21 22:21:57 +10:00
parent ad476c3684
commit 983a13f342
+1 -1
View File
@@ -1001,7 +1001,7 @@ assert('#== receiver should be specified value') do
end
end
assert('test value ommision') do
assert('test value omission') do
x = 1
y = 2
assert_equal({x:1, y:2}, {x:, y:})