Skip to content

Commit f8a4e88

Browse files
Minor local runtime controller test comment fix
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 26d28c4 commit f8a4e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/src/__tests__/api/startDevWorker/LocalRuntimeController.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ describe("LocalRuntimeController", () => {
783783
res = await fetch(urlFromParts(event.proxyData.userWorkerUrl));
784784
expect(await res.text()).toBe("cached");
785785

786-
// Restart the worker - data should NOT be persisted since persist is null
786+
// Restart the worker - data should NOT be persisted since persist is false
787787
await controller.teardown();
788788
controller.onBundleStart({
789789
config: configDefaults(config),

0 commit comments

Comments
 (0)