Fix broken abi tests

This commit is contained in:
Gaith Hallak 2021-12-29 14:58:08 +02:00
parent 77f1631467
commit 4348affa3e

View File

@ -92,7 +92,7 @@ encode_calldata_neg_test() ->
Code = [ "contract Foo =\n" Code = [ "contract Foo =\n"
" entrypoint f(x : int) : string = \"hello\"\n" ], " entrypoint f(x : int) : string = \"hello\"\n" ],
ExpErr1 = "Type error at line 5, col 34:\nCannot unify `int` and `bool`\n" ExpErr1 = "Type error at line 5, col 34:\nCannot unify `bool` and `int`\n"
"when checking the application of\n" "when checking the application of\n"
" `f : (int) => string`\n" " `f : (int) => string`\n"
"to arguments\n" "to arguments\n"