Merge pull request #7845 from ethereum/fixExternalZeppelinTests

Fix external zeppelin tests on develop
This commit is contained in:
Daniel Kirchner 2019-11-28 22:10:27 +01:00 committed by GitHub
commit a2791c22a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,8 +35,6 @@ function zeppelin_test
run_install install_fn
CONFIG="truffle-config.js"
replace_libsolc_call
run_test compile_fn test_fn
}