test(FN-4988): complete Step 4 — lock dedupe invariant

Fusion-Task-Id: FN-4988
Fusion-Task-Lineage: d7f60c48-4cd0-4041-9bc6-10c55b87cd5f
This commit is contained in:
Fusion (runfusion.ai)
2026-05-18 04:51:29 -07:00
committed by gsxdsm
parent 56eb33f7a1
commit 5e42c706f6

View File

@@ -1868,7 +1868,7 @@ describe("SelfHealingManager", () => {
describe("recoverMissingWorktreeReviewFailures", () => {
it("does not hard-code unusable-worktree assertion literals in self-healing", async () => {
const source = await readFile(join(process.cwd(), "packages/engine/src/self-healing.ts"), "utf8");
const source = await readFile(new URL("../self-healing.ts", import.meta.url), "utf8");
expect(source).not.toMatch(/Refusing to start coding agent/);
});