Skip to content

Commit bccf48b

Browse files
committed
Fix a test
1 parent 3ef03dd commit bccf48b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/cache-common.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,10 @@ export const registerCommonCacheTests = (
10381038
const res = await exec.exit;
10391039
assert.equal(res.code, 1);
10401040
checkScriptOutput(
1041-
res.stderr,
1041+
res.stderr.replace(
1042+
'⚠️ Please upgrade to google/wireit@setup-github-cache/v2. In the future, Wireit caching for this project will stop working.',
1043+
'',
1044+
),
10421045
`
10431046
❌ package.json:9:17 Output files must be within the package: ${JSON.stringify(
10441047
pathlib.join(rig.temp, 'outside'),

0 commit comments

Comments
 (0)