test: fix acceptance tests
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
},
|
||||
"validators": [
|
||||
{
|
||||
"title": "foo",
|
||||
"purpose": "spend",
|
||||
"title": "foo.spend",
|
||||
"datum": {
|
||||
"title": "Unit",
|
||||
"description": "The nullary constructor.",
|
||||
|
||||
@@ -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