Fix existing tests

This commit is contained in:
Gaith Hallak 2022-11-11 20:17:57 +03:00
parent 0f8be670c9
commit c6a89e3aa9

View File

@ -868,7 +868,7 @@ failing_contracts() ->
" - line 9, column 5">>]) " - line 9, column 5">>])
, ?TYPE_ERROR(polymorphism_contract_missing_implementation, , ?TYPE_ERROR(polymorphism_contract_missing_implementation,
[<<?Pos(4,20) [<<?Pos(4,20)
"Unimplemented function `f` from the interface `I1` in the contract `I2`">> "Unimplemented entrypoint `f` from the interface `I1` in the contract `I2`">>
]) ])
, ?TYPE_ERROR(polymorphism_contract_same_decl_multi_interface, , ?TYPE_ERROR(polymorphism_contract_same_decl_multi_interface,
[<<?Pos(7,10) [<<?Pos(7,10)