Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyVavilin committed Jun 15, 2020
1 parent b9b2637 commit e6532f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/test-error-messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit e6532f1

Please sign in to comment.