mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +00:00
recoverFromMnemonic using non empty seed on mainnet succeeds
This commit is contained in:
parent
81935aa00c
commit
b2b4fb970f
1 changed files with 3 additions and 3 deletions
|
@ -858,9 +858,9 @@ void main() {
|
||||||
true);
|
true);
|
||||||
}
|
}
|
||||||
|
|
||||||
expect(secureStore.interactions, 14);
|
expect(secureStore.interactions, 10); // 14
|
||||||
expect(secureStore.writes, 7);
|
expect(secureStore.writes, 5); // 7
|
||||||
expect(secureStore.reads, 7);
|
expect(secureStore.reads, 5); // 7
|
||||||
expect(secureStore.deletes, 0);
|
expect(secureStore.deletes, 0);
|
||||||
|
|
||||||
verifyNoMoreInteractions(client);
|
verifyNoMoreInteractions(client);
|
||||||
|
|
Loading…
Reference in a new issue