Skip to content

Commit 011ff4f

Browse files
Update test_helper.rb
1 parent 4c42807 commit 011ff4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ module JRubyZlibTestExtension
388388
def capture_exceptions
389389
super
390390

391-
if failures && failues.reject! { |e| e.error && e.error.is_a?(Zlib::BufError) } # nil if nothing rejected
391+
if failures && failures.reject! { |e| e.error && e.error.is_a?(Zlib::BufError) } # nil if nothing rejected
392392
failures << Minitest::Skip.new('Skipping Zlib::BufError in JRuby. See: https://github.com/jruby/jruby/issues/6613')
393393
end
394394
end

0 commit comments

Comments
 (0)