Skip to content

Commit 88812ff

Browse files
fix: add missing defaultWorkerpool in test
1 parent d870c2e commit 88812ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/tests/unit/dataProtectorCore/processBulkRequest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ describe('processBulkRequest', () => {
229229
// @ts-expect-error Minimal iexec implementation with only what's necessary for this test
230230
iexec,
231231
bulkRequest: mockBulkRequest,
232-
232+
defaultWorkerpool: getRandomAddress(),
233233
useVoucher: true,
234234
})
235235
// --- THEN

0 commit comments

Comments
 (0)