mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
mobile xmr/wow loading test fix
This commit is contained in:
parent
838678eb06
commit
682c55e493
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ void main() {
|
|||
mockito
|
||||
.when(wallets.getManagerProvider("wallet id"))
|
||||
.thenAnswer((realInvocation) => managerProvider);
|
||||
mockito
|
||||
.when(wallets.getManager("wallet id"))
|
||||
.thenAnswer((realInvocation) => manager);
|
||||
|
||||
final navigator = mockingjay.MockNavigator();
|
||||
mockingjay
|
||||
|
|
Loading…
Reference in a new issue