summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-12 17:52:12 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-12 17:52:22 +0900
commit00b34b05921da35a97d78d17133ff94abd0ae22b (patch)
tree0fa13bc229e1889c82ac44607db4d7c05dd8536e
parenta9ff21a282845f81527b18607d246be90ea6701e (diff)
Fixed duplicate test name
-rw-r--r--test/ruby/test_integer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_integer.rb b/test/ruby/test_integer.rb
index 84730b2a5d..9a4f560ed5 100644
--- a/test/ruby/test_integer.rb
+++ b/test/ruby/test_integer.rb
@@ -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)
}