Skip to content

Commit

Permalink
test: update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Werner committed Feb 16, 2022
1 parent 936aa16 commit df6851d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ export function createIdentityFixtureInAccount(account) {
securityLevel: IdentityPublicKey.SECURITY_LEVELS.MASTER
});

account.storage.insertIdentityIdAtIndex(
account.walletId,
account.storage
.getWalletStore(account.walletId)
.insertIdentityIdAtIndex(
identityFixture.getId().toString(),
identityFixtureIndex,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('TransactionSyncStreamWorker', function suite() {
account = await wallet.getAccount();

storage = account.storage;
walletId = Object.keys(storage.store.wallets)[0];
walletId = account.walletId;

address = account.getAddress(0).address;
addressAtIndex19 = account.getAddress(19).address;
Expand Down

0 comments on commit df6851d

Please sign in to comment.