Skip to content

Commit 9febb8b

Browse files
committed
Merge pull request #389 from mhaskel/fix_test_374
Fix bad check in test
2 parents 1ae0a10 + 31a6d89 commit 9febb8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/acceptance/concat_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
pp = <<-EOS
3030
$output = concat(['1','2','3'],['4','5','6'],['7','8','9'])
3131
validate_array($output)
32-
if size($output) != 6 {
32+
if size($output) != 9 {
3333
fail("${output} should have 9 elements.")
3434
}
3535
EOS

0 commit comments

Comments
 (0)