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:
@@ -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",
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user