Skip to content

Commit d0d7171

Browse files
Changed sed command in zeppelin.sh to match renamed test file.
1 parent c8a6bd6 commit d0d7171

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)