fix: 2 acceptance tests were throwing errors due to exhaustiveness checker
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user