mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +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);
|
||||
}
|
||||
|
||||
expect(secureStore.interactions, 14);
|
||||
expect(secureStore.writes, 7);
|
||||
expect(secureStore.reads, 7);
|
||||
expect(secureStore.interactions, 10); // 14
|
||||
expect(secureStore.writes, 5); // 7
|
||||
expect(secureStore.reads, 5); // 7
|
||||
expect(secureStore.deletes, 0);
|
||||
|
||||
verifyNoMoreInteractions(client);
|
||||
|
|
Loading…
Reference in a new issue