test: fix acceptance tests

This commit is contained in:
rvcas
2023-02-15 22:46:16 -05:00
committed by Lucas
parent 7b0faa7c1c
commit d41e6942c6
12 changed files with 109 additions and 105 deletions

View File

@@ -1,5 +1,7 @@
fn spend(_datum: Void, _redeemer: Void, _ctx: Void) -> Bool {
True
validator spend {
fn(_datum: Void, _redeemer: Void, _ctx: Void) -> Bool {
True
}
}
test foo() {