From 824e59dec2bc9fb128ffdce6e34c4fab648208b2 Mon Sep 17 00:00:00 2001 From: r0qs Date: Fri, 2 Jun 2023 12:09:53 +0200 Subject: [PATCH] Remove unnecessary line from OZ external test script --- test/externalTests/zeppelin.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/externalTests/zeppelin.sh b/test/externalTests/zeppelin.sh index a023af290..4ac04a66d 100755 --- a/test/externalTests/zeppelin.sh +++ b/test/externalTests/zeppelin.sh @@ -70,7 +70,6 @@ function zeppelin_test sed -i "s|describe(\('when the given implementation is the zero address'\)|describe.skip(\1|g" test/proxy/transparent/TransparentUpgradeableProxy.behaviour.js sed -i "s|describe(\('when the new proposed admin is the zero address'\)|describe.skip(\1|g" test/proxy/transparent/TransparentUpgradeableProxy.behaviour.js # In some cases Hardhat does not detect revert reasons properly via IR. - sed -i "s|it(\('reverts if the current value is 0'\)|it.skip(\1|g" test/utils/Counters.test.js sed -i "s|it(\('prevent unauthorized maintenance'\)|it.skip(\1|g" test/governance/TimelockController.test.js sed -i "s|it(\('cannot cancel invalid operation'\)|it.skip(\1|g" test/governance/TimelockController.test.js sed -i "s|it(\('cannot call onlyInitializable function outside the scope of an initializable function'\)|it.skip(\1|g" test/proxy/utils/Initializable.test.js