Skip to content

Commit 31a6d89

Browse files
author
Morgan Haskel
committed
Fix bad check in test
1 parent 1ae0a10 commit 31a6d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)