This commit is contained in:
Jack Nelson
2022-03-30 21:14:21 -04:00
parent 6daba28dbf
commit 618fbaeba8
+1 -1
View File
@@ -128,7 +128,7 @@ class TestCoinSelection:
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