Skip to content

Commit

Permalink
test jruby: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 7, 2024
1 parent 00b3521 commit d76c87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fiddle/test_handle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_file_name

def test_NEXT
if RUBY_ENGINE == "jruby"
omit("Fiddle::Handle::NEXT doesn't exist with JRuby")
omit("Fiddle::Handle::NEXT doesn't exist in JRuby")
end

begin
Expand Down

0 comments on commit d76c87b

Please sign in to comment.