test: fix acceptance tests
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user