Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b8e792

Browse files
authored
Merge pull request argotorg#14530 from ethereum/fix-oz-failing-test
Fix failing OZ test
2 parents 737c1ab + 76e0d81 commit 1b8e792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/externalTests/zeppelin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function zeppelin_test
8585
sed -i "s|it(\('guards transfer against invalid user'\)|it.skip(\1|g" test/access/Ownable2Step.test.js
8686
sed -i "s|it(\('reverting initialization function'\)|it.skip(\1|g" test/proxy/beacon/BeaconProxy.test.js
8787
sed -i "s|describe(\('reverting initialization'\)|describe.skip(\1|g" test/proxy/Proxy.behaviour.js
88-
sed -i "s|it(\('does not allow remote callback'\)|it.skip(\1|g" test/security/ReentrancyGuard.test.js
88+
sed -i "s|it(\('does not allow remote callback'\)|it.skip(\1|g" test/utils/ReentrancyGuard.test.js
8989

9090
# TODO: Remove when hardhat properly handle reverts of custom errors with via-ir enabled
9191
# and/or open-zeppelin fix https://github.com/OpenZeppelin/openzeppelin-contracts/issues/4349

0 commit comments

Comments
 (0)