fix: test never used Foo

This commit is contained in:
rvcas 2023-03-02 12:37:46 -05:00 committed by Lucas
parent 65c336cb82
commit a40f88b918
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ mod test {
}
validator spend {
fn(datum: Data, redeemer: Int, ctx: Void) {
fn(datum: Foo, redeemer: Int, ctx: Void) {
True
}
}