Remove the option for forcing ABIv2 from external tests

This commit is contained in:
Kamil Śliwak
2020-12-07 13:55:57 +01:00
parent 3619a0a0f4
commit 4d76e22439
5 changed files with 4 additions and 25 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ function ens_test
run_install "$SOLJSON" install_fn
truffle_run_test "$SOLJSON" compile_fn test_fn "NO-FORCE-ABI-V2"
truffle_run_test "$SOLJSON" compile_fn test_fn
}
external_test Ens ens_test