Skip to content

Commit f2eada1

Browse files
authored
Merge pull request #13140 from ethereum/fix-ext-test-zeppelin
Changed sed command in `zeppelin.sh` to match renamed test file in openzeppelin project.
2 parents c8a6bd6 + d0d7171 commit f2eada1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/externalTests/zeppelin.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ function zeppelin_test
109109
sed -i "s|it(\('divide by 0'\)|it.skip(\1|g" test/utils/math/Math.test.js
110110
# CAUTION:: The following two sed commands depend on the order of occurrence of the relevant patterns in the mentioned files.
111111
# Could result in an error in the future.
112-
sed -zi "s|it(\('deposit'\)|it.skip(\1|3" test/token/ERC20/extensions/ERC20TokenizedVault.test.js
113-
sed -zi "s|it(\('withdraw'\)|it.skip(\1|3" test/token/ERC20/extensions/ERC20TokenizedVault.test.js
112+
sed -zi "s|it(\('deposit'\)|it.skip(\1|3" test/token/ERC20/extensions/ERC4626.test.js
113+
sed -zi "s|it(\('withdraw'\)|it.skip(\1|3" test/token/ERC20/extensions/ERC4626.test.js
114114

115115
# TODO: Remove this when https://github.com/NomicFoundation/hardhat/issues/2115 gets fixed.
116116
sed -i "s|describe\(('Polygon-Child'\)|describe.skip\1|g" test/crosschain/CrossChainEnabled.test.js

0 commit comments

Comments
 (0)