test(changes): drop legacy evidence mode assertions
This commit is contained in:
parent
ca16ccecce
commit
02c7e99970
1 changed files with 0 additions and 4 deletions
|
|
@ -1082,7 +1082,6 @@ describe('ChangeExtractorService', () => {
|
||||||
);
|
);
|
||||||
expect(backfillInput.deliveryContextHash).toMatch(/^[a-f0-9]{64}$/);
|
expect(backfillInput.deliveryContextHash).toMatch(/^[a-f0-9]{64}$/);
|
||||||
expect(deliveryContextHashVerified).toBe(true);
|
expect(deliveryContextHashVerified).toBe(true);
|
||||||
expect(backfillOpenCodeTaskLedger.mock.calls[0]?.[0]).not.toHaveProperty('evidenceMode');
|
|
||||||
expect(workerClient.computeTaskChanges).not.toHaveBeenCalled();
|
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(settled).toBe(false);
|
||||||
expect(workerClient.computeTaskChanges).not.toHaveBeenCalled();
|
expect(workerClient.computeTaskChanges).not.toHaveBeenCalled();
|
||||||
pendingBackfill.resolve({
|
pendingBackfill.resolve({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue