z_5_b_filetest.gno
0.33 Kb · 20 lines
1package main
2
3import (
4 "testing"
5
6 pcommondao "gno.land/p/nt/commondao/v0"
7
8 "gno.land/r/nt/commondao/v0"
9)
10
11const user = address("g1jg8mtutu9khhfwc4nxmuhcpftf0pajdhfvsqf5") // @test1
12
13func main() {
14 testing.SetRealm(testing.NewUserRealm(user))
15
16 commondao.Vote(cross, 404, 1, pcommondao.ChoiceYes, "")
17}
18
19// Error:
20// DAO not found