1package main
2
3import (
4 "testing"
5
6 "gno.land/r/nt/commondao/v0"
7)
8
9const owner = address("g16jpf0puufcpcjkph5nxueec8etpcldz7zwgydq") // @devx
10
11func main() {
12 testing.SetRealm(testing.NewUserRealm(owner))
13
14 commondao.Execute(cross, 404, 1)
15}
16
17// Error:
18// DAO not found