From 0f6529fe94307b6900531325179060b06148a8e0 Mon Sep 17 00:00:00 2001 From: Lesenechal Remi Date: Thu, 12 Dec 2019 13:18:45 +0100 Subject: [PATCH] fix test_cli.sh --- scripts/test_cli.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/test_cli.sh b/scripts/test_cli.sh index ad83f2e64..cc9170f5f 100755 --- a/scripts/test_cli.sh +++ b/scripts/test_cli.sh @@ -7,9 +7,7 @@ dry_run_output=$(./scripts/ligo_ci.sh dry-run src/test/contracts/website2.ligo m expected_compiled_parameter="(Right 1)"; expected_compiled_storage=1; -expected_dry_run_output="tuple[ list[] - 2 -]"; +expected_dry_run_output="( [] , 2 )"; if [ "$compiled_storage" != "$expected_compiled_storage" ]; then echo "Expected $expected_compiled_storage as compile-storage output, got $compiled_storage instead";