mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed duplicate test name
This commit is contained in:
parent
a9ff21a282
commit
00b34b0592
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class TestInteger < Test::Unit::TestCase
|
||||||
end;
|
end;
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_Integer_with_exception_keyword
|
def test_Integer_with_invalid_exception
|
||||||
assert_raise(ArgumentError) {
|
assert_raise(ArgumentError) {
|
||||||
Integer("0", exception: 1)
|
Integer("0", exception: 1)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue