fix test_send

This commit is contained in:
Jason Rhinelander 2023-04-28 16:48:16 -03:00
parent e08a3ce3cd
commit fb115165ae
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def test_send(net, mike, alice, hal, ledger):
assert hal_bal[1] < remaining
assert alice.balances(refresh=True) == coins(42.5, 0)
net.mine(9)
assert hal.balances(refresh=True) == coins(remaining, remaining)
assert hal.balances(refresh=True) == (remaining, remaining)
assert alice.balances(refresh=True) == coins(42.5, 42.5)