test(team): checkpoint latest change extractor fixture
This commit is contained in:
parent
044e0231ae
commit
2ddfbf62ee
1 changed files with 1 additions and 3 deletions
|
|
@ -1137,9 +1137,7 @@ describe('ChangeExtractorService', () => {
|
|||
}));
|
||||
const workerClient = {
|
||||
isAvailable: vi.fn(() => true),
|
||||
computeTaskChanges: vi.fn(async () =>
|
||||
makeTaskChangeResult(TASK_ID, { content: '', confidence: 'fallback' })
|
||||
),
|
||||
computeTaskChanges: vi.fn(async () => makeTaskChangeResult(TASK_ID, { content: '', confidence: 'fallback' })),
|
||||
};
|
||||
const { service } = createService({
|
||||
logPaths: [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue