Fix typo
This commit is contained in:
parent
90fc555258
commit
cfccd59cb1
@ -424,7 +424,7 @@ module TestStruct
|
|||||||
assert_nil(o.dig(:b, 0))
|
assert_nil(o.dig(:b, 0))
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_new_dupilicate
|
def test_new_duplicate
|
||||||
bug12291 = '[ruby-core:74971] [Bug #12291]'
|
bug12291 = '[ruby-core:74971] [Bug #12291]'
|
||||||
assert_raise_with_message(ArgumentError, /duplicate member/, bug12291) {
|
assert_raise_with_message(ArgumentError, /duplicate member/, bug12291) {
|
||||||
@Struct.new(:a, :a)
|
@Struct.new(:a, :a)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user