From e6532f161c78c3f4b01fa3c9e820f909a61bc806 Mon Sep 17 00:00:00 2001 From: Alexey Vavilin Date: Mon, 15 Jun 2020 11:12:02 +0300 Subject: [PATCH] Fix warning --- __tests__/test-error-messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];