diff --git a/__tests__/test-error-messages.js b/__tests__/test-error-messages.js index f75cec43..f8f3ad9f 100644 --- a/__tests__/test-error-messages.js +++ b/__tests__/test-error-messages.js @@ -352,7 +352,7 @@ test('Test SDK Error 1013', async () => { if (nodeSe) { return; } - const { crypto, contracts } = await tests.createClient(); + const { crypto, contracts } = await tests.createClient({}); const helloKeys = await crypto.ed25519Keypair(); const helloPackage = HelloContractPackage[2];