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:
parent
4ed51b3956
commit
9759e3c9f0
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue