diff --git a/tests/from_multiple_types/test.groovy b/tests/from_multiple_types/test.groovy index 530faa71..f6238bcc 100644 --- a/tests/from_multiple_types/test.groovy +++ b/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" } }