Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
fix: identity usage
Browse files Browse the repository at this point in the history
  • Loading branch information
antouhou committed Feb 18, 2021
1 parent 126af26 commit f115468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/platform/Identity.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Platform', () => {
walletAccount = await client.getWalletAccount();
({
publicKey: walletPublicKey,
} = walletAccount.getIdentityHDKeyByIndex(0, 0));
} = walletAccount.identities.getIdentityHDKeyByIndex(0, 0));
});

after(async () => {
Expand Down

0 comments on commit f115468

Please sign in to comment.