mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 12:19:24 +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
|
mockito
|
||||||
.when(wallets.getManagerProvider("wallet id"))
|
.when(wallets.getManagerProvider("wallet id"))
|
||||||
.thenAnswer((realInvocation) => managerProvider);
|
.thenAnswer((realInvocation) => managerProvider);
|
||||||
|
mockito
|
||||||
|
.when(wallets.getManager("wallet id"))
|
||||||
|
.thenAnswer((realInvocation) => manager);
|
||||||
|
|
||||||
final navigator = mockingjay.MockNavigator();
|
final navigator = mockingjay.MockNavigator();
|
||||||
mockingjay
|
mockingjay
|
||||||
|
|
Loading…
Reference in a new issue