Skip to content

Commit 5fb82da

Browse files
committed
chore: fix test
1 parent 5b6023c commit 5fb82da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/src/__tests__/generate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe("generate", () => {
4747
`"✨ Created no-template/wrangler.toml"`
4848
);
4949
expect(std.warn).toMatchInlineSnapshot(`
50-
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe \`init\` command is no longer supported. Please use \`mockpm create cloudflare/@^2.5.0 no-template\` instead.[0m
50+
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe \`init\` command is no longer supported. Please use \`mockpm create cloudflare/@/^2.5.0 no-template\` instead.[0m
5151
5252
The \`init\` command will be removed in a future version.
5353

0 commit comments

Comments
 (0)