From f6a2385a73410c33bb799e38d0e33fa6ae4db412 Mon Sep 17 00:00:00 2001 From: Simon Sadedin Date: Tue, 14 May 2013 11:04:39 +1000 Subject: [PATCH] fixed test depending on behavior of msg --- tests/from_multiple_types/test.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }