Skip to content

Commit

Permalink
No more method name in message
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 6, 2024
1 parent 553bae8 commit 6ea114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jruby/test_higher_javasupport.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1862,7 +1862,7 @@ def test_raised_errors_on_array_proxy
fail 'expected to raise'
rescue ArgumentError => e
msg = e.message
assert msg.start_with?("`length': wrong number of arguments (given 1, expected 0)"), msg
assert msg.start_with?("wrong number of arguments (given 1, expected 0)"), msg
end

begin # array proxy class
Expand Down

0 comments on commit 6ea114b

Please sign in to comment.