Skip to content

Commit 3adaf27

Browse files
committed
chore(syncChangesToPartInstance.test): remove unneccessary mock
1 parent 92ee08d commit 3adaf27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/job-worker/src/ingest/__tests__/syncChangesToPartInstance.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ describe('SyncChangesToPartInstancesWorker', () => {
100100
return mock<IngestModelReadonly>(
101101
{
102102
findPart: jest.fn(() => undefined),
103-
getAllPieces: jest.fn(() => []),
104103
},
105104
mockOptions
106105
)
@@ -335,7 +334,6 @@ describe('SyncChangesToPartInstancesWorker', () => {
335334
return mock<IngestModelReadonly>(
336335
{
337336
findPart: jest.fn(() => undefined),
338-
getAllPieces: jest.fn(() => []),
339337
},
340338
mockOptions
341339
)

0 commit comments

Comments
 (0)