1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix assertion number.

On parallel test, there are additional tests because of implicit
checkers which are enabled on 84cbce3d88.
This commit is contained in:
Koichi Sasada 2019-10-02 17:16:04 +09:00
parent 4ed51b3956
commit 9759e3c9f0

View file

@ -112,7 +112,7 @@ module TestParallel
result = Marshal.load($1.chomp.unpack("m")[0])
assert_equal(5, result[0])
assert_equal(2, result[1])
assert_equal(17, result[1])
assert_kind_of(Array,result[2])
assert_kind_of(Array,result[3])
assert_kind_of(Array,result[4])