Skip to content

Commit 52cacc5

Browse files
committed
Fix capitalisation in snapshots
1 parent 0d48f51 commit 52cacc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/wrangler/e2e/dev-registry.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ describe.each([{ cmd: "wrangler dev" }])("dev registry $cmd", ({ cmd }) => {
306306
);
307307

308308
expect(normalizeOutput(workerA.currentOutput)).toContain(
309-
"connect to other wrangler or vite dev processes running locally"
309+
"connect to other Wrangler or Vite dev processes running locally"
310310
);
311311
});
312312

@@ -595,7 +595,7 @@ describe.each([{ cmd: "wrangler dev" }])("dev registry $cmd", ({ cmd }) => {
595595
);
596596

597597
expect(normalizeOutput(workerA.currentOutput)).toContain(
598-
"connect to other wrangler or vite dev processes running locally"
598+
"connect to other Wrangler or Vite dev processes running locally"
599599
);
600600
});
601601

packages/wrangler/e2e/pages-dev.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ describe.sequential("wrangler pages dev", () => {
448448
env.VAR1 ("(hidden)") Environment Variable local
449449
env.VAR2 ("VAR_2_TOML") Environment Variable local
450450
env.VAR3 ("(hidden)") Environment Variable local
451-
Service bindings, Durable Object bindings, and Tail consumers connect to other wrangler or vite dev processes running locally, with their connection status indicated by [connected] or [not connected]. For more details, refer to https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/#local-development
451+
Service bindings, Durable Object bindings, and Tail consumers connect to other Wrangler or Vite dev processes running locally, with their connection status indicated by [connected] or [not connected]. For more details, refer to https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/#local-development
452452
"
453453
`);
454454
});

0 commit comments

Comments
 (0)