Skip to content

Commit

Permalink
Fixed duplicate test name
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 12, 2019
1 parent a9ff21a commit 00b34b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_integer.rb
Expand Up @@ -192,7 +192,7 @@ def to_int; raise "conversion failed"; end
end;
end

def test_Integer_with_exception_keyword
def test_Integer_with_invalid_exception
assert_raise(ArgumentError) {
Integer("0", exception: 1)
}
Expand Down

0 comments on commit 00b34b0

Please sign in to comment.