Skip to content

Commit d76c87b

Browse files
committed
test jruby: fix a typo
1 parent 00b3521 commit d76c87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fiddle/test_handle.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_file_name
156156

157157
def test_NEXT
158158
if RUBY_ENGINE == "jruby"
159-
omit("Fiddle::Handle::NEXT doesn't exist with JRuby")
159+
omit("Fiddle::Handle::NEXT doesn't exist in JRuby")
160160
end
161161

162162
begin

0 commit comments

Comments
 (0)