Skip to content

Commit f9a1b28

Browse files
committed
test: fix failing case
1 parent 42793f8 commit f9a1b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/unexpected-patch-creation-failure/unexpected-patch-creation-failure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "modify left-pad"
99
npx replace leftPad patchPackage node_modules/left-pad/index.js
1010

1111
echo "force patch-package to fail"
12-
npx replace 'parsePatchFile\(' 'blarseBlatchBlile(' node_modules/@unts/patch-package/dist/makePatch.js
12+
npx replace 'parsePatchFile\)\(' 'blarseBlatchBlile)(' node_modules/@unts/patch-package/dist/makePatch.js
1313

1414
echo "there is no error log file"
1515
if ls ./patch-package-error.json.gz

0 commit comments

Comments
 (0)