Skip to content

Commit

Permalink
use alternate wallet for import wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleewilcox committed Nov 7, 2024
1 parent da5d00b commit de48461
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe(SmokeAccounts('Import account via private to wallet'), () => {
});

it('should import wallet and go to the wallet view', async () => {
await importWalletWithRecoveryPhrase();
await importWalletWithRecoveryPhrase(process.env.MM_TEST_WALLET_SRP);
});

it('should be able to import account', async () => {
Expand Down

0 comments on commit de48461

Please sign in to comment.