Skip to content

Commit

Permalink
Fix bad check in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed Dec 19, 2014
1 parent 1ae0a10 commit 31a6d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/concat_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
pp = <<-EOS
$output = concat(['1','2','3'],['4','5','6'],['7','8','9'])
validate_array($output)
if size($output) != 6 {
if size($output) != 9 {
fail("${output} should have 9 elements.")
}
EOS
Expand Down

0 comments on commit 31a6d89

Please sign in to comment.