test(FN-4086): fix engine test typing and recovery log assertions

Fusion-Task-Id: FN-4086
Fusion-Task-Lineage: b2338fbc-960c-4540-9c19-216462525f0c
This commit is contained in:
Fusion
2026-05-14 04:50:15 -07:00
committed by gsxdsm
parent 574a06b222
commit 482fa41132

View File

@@ -721,7 +721,7 @@ describe("In-progress task resume after restart", () => {
expect(store.moveTask).toHaveBeenCalledWith("FN-963", "in-review");
expect(store.logEntry).toHaveBeenCalledWith(
"FN-963",
"Auto-recovered: task work was complete but stuck in in-progress — moved to in-review",
"Auto-recovered: task work was complete but stranded in in-progress — moved to in-review",
);
});
});