Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jack60612 committed Mar 31, 2022
1 parent 6daba28 commit 618fbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wallet/test_coin_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async def test_coin_selection(self, a_hash: bytes32) -> None:
target_amount,
)
assert match_3 is not None
assert sum([coin.amount for coin in match_3]) == target_amount
assert sum([coin.amount for coin in match_3]) >= target_amount
assert len(match_3) >= 3

# check for match of all
Expand Down

0 comments on commit 618fbae

Please sign in to comment.