diff --git a/src/__tests__/integration/basic/arweave-transactions-loading.ts b/src/__tests__/integration/basic/arweave-transactions-loading.ts index c7a445b..aea63a2 100644 --- a/src/__tests__/integration/basic/arweave-transactions-loading.ts +++ b/src/__tests__/integration/basic/arweave-transactions-loading.ts @@ -41,7 +41,7 @@ describe('Testing the Arweave interactions loader', () => { const { arweave } = warp; - loader = new ArweaveGatewayInteractionsLoader(arweave); + loader = new ArweaveGatewayInteractionsLoader(arweave, 'local'); sorter = new LexicographicalInteractionsSorter(arweave); ({ jwk: wallet } = await warp.testing.generateWallet());