File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1319,7 +1319,7 @@ def test_adler32_combine
1319
1319
assert_equal ( 0x02820145 , Zlib . adler32_combine ( one , two , 1 ) )
1320
1320
rescue NotImplementedError
1321
1321
skip "adler32_combine is not implemented"
1322
- rescue Minitest :: Assertion
1322
+ rescue Test :: Unit :: AssertionFailedError
1323
1323
if /aix/ =~ RUBY_PLATFORM
1324
1324
skip "zconf.h in zlib does not handle _LARGE_FILES in AIX. Skip until it is fixed"
1325
1325
end
@@ -1354,7 +1354,7 @@ def test_crc32_combine
1354
1354
assert_equal ( 0x8c736521 , Zlib . crc32_combine ( one , two , 1 ) )
1355
1355
rescue NotImplementedError
1356
1356
skip "crc32_combine is not implemented"
1357
- rescue Minitest :: Assertion
1357
+ rescue Test :: Unit :: AssertionFailedError
1358
1358
if /aix/ =~ RUBY_PLATFORM
1359
1359
skip "zconf.h in zlib does not handle _LARGE_FILES in AIX. Skip until it is fixed"
1360
1360
end
You can’t perform that action at this time.
0 commit comments