mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-15 16:12:16 +00:00
tests fix
This commit is contained in:
parent
678a926ff3
commit
7c3b50552a
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue