test: fix acceptance tests

This commit is contained in:
rvcas
2023-08-16 14:52:06 -04:00
parent 80e4a5c6a2
commit f4d0f231d7
12 changed files with 43 additions and 55 deletions

View File

@@ -21,6 +21,7 @@ validator(token_name: ByteArray, utxo_ref: OutputReference) {
transaction
expect [(asset_name, amount)] = mint
|> value.from_minted_value
|> value.tokens(policy_id)
|> dict.to_list()
@@ -34,4 +35,4 @@ validator(token_name: ByteArray, utxo_ref: OutputReference) {
todo @"burn"
}
}
}
}