mobile xmr/wow loading test fix

This commit is contained in:
julian 2023-01-02 12:43:26 -06:00
parent 838678eb06
commit 682c55e493

View file

@ -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