tests fix

This commit is contained in:
julian 2023-03-24 16:43:47 -06:00
parent 678a926ff3
commit 7c3b50552a

View file

@ -75,6 +75,7 @@ void main() {
group("get balances", () {
test("balance", () async {
final CoinServiceAPI wallet = MockFiroWallet();
when(wallet.coin).thenAnswer((_) => Coin.firo);
when(wallet.balance).thenAnswer(
(_) => Balance(
coin: Coin.firo,