fix: 2 acceptance tests were throwing errors due to exhaustiveness checker

This commit is contained in:
microproofs
2023-08-06 18:54:01 -04:00
committed by Kasey
parent 1d9878c5ee
commit f7d278a472
2 changed files with 10 additions and 21 deletions

View File

@@ -16,10 +16,10 @@ test tuple_when() {
when item is {
(token_policy, _, token_amount) ->
amount == token_amount && policy == token_policy
_ -> False
}
},
)
list.length(filtered) > 0
}