Skip to content

Commit 7b10d0b

Browse files
authored
re2: fixed cli e2e tests (#1757)
1 parent e89fb92 commit 7b10d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/e2e/e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ describe.concurrent("buildWorker", async () => {
225225
}
226226

227227
expect(rewrittenManifest.indexWorkerEntryPoint).toBe(
228-
"/app/src/entryPoints/deploy-index-worker.mjs"
228+
"/app/src/entryPoints/managed-index-worker.mjs"
229229
);
230230

231231
const stdout: string[] = [];

0 commit comments

Comments
 (0)