Skip to content

Commit

Permalink
fixed test depending on behavior of msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed May 14, 2013
1 parent 421a25e commit f6a2385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/from_multiple_types/test.groovy
@@ -1,6 +1,6 @@
hello = {
from(["txt", "txt", "csv"]) {
msg "inputs: $input1 $input2 $input3"
println "inputs: $input1 $input2 $input3"
}
}

Expand Down

0 comments on commit f6a2385

Please sign in to comment.