test(changes): drop legacy evidence mode assertions

This commit is contained in:
777genius 2026-04-29 11:26:43 +03:00
parent ca16ccecce
commit 02c7e99970

View file

@ -1082,7 +1082,6 @@ describe('ChangeExtractorService', () => {
);
expect(backfillInput.deliveryContextHash).toMatch(/^[a-f0-9]{64}$/);
expect(deliveryContextHashVerified).toBe(true);
expect(backfillOpenCodeTaskLedger.mock.calls[0]?.[0]).not.toHaveProperty('evidenceMode');
expect(workerClient.computeTaskChanges).not.toHaveBeenCalled();
});
@ -1531,9 +1530,6 @@ describe('ChangeExtractorService', () => {
})
);
});
const backfillCalls = backfillOpenCodeTaskLedger.mock.calls as unknown as Array<[Record<string, unknown>]>;
expect(backfillCalls[0]?.[0]).not.toHaveProperty('evidenceMode');
expect(settled).toBe(false);
expect(workerClient.computeTaskChanges).not.toHaveBeenCalled();
pendingBackfill.resolve({