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
@@ -36,7 +36,7 @@ function zeppelin_test
truffle_setup "$SOLJSON" https://github.com/solidity-external-tests/openzeppelin-contracts.git upgrade-0.7.0
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 Zeppelin zeppelin_test