1
0
Fork 0
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:
Nobuyoshi Nakada 2019-07-12 17:52:12 +09:00
parent a9ff21a282
commit 00b34b0592
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -192,7 +192,7 @@ class TestInteger < Test::Unit::TestCase
end;
end
def test_Integer_with_exception_keyword
def test_Integer_with_invalid_exception
assert_raise(ArgumentError) {
Integer("0", exception: 1)
}