z_25_e_filetest.gno
0.35 Kb ยท 21 lines
1package main
2
3import (
4 "testing"
5
6 boards2 "gno.land/r/boards000/v1rc1"
7)
8
9const (
10 owner address = "g16jpf0puufcpcjkph5nxueec8etpcldz7zwgydq" // @devx
11 user address = "g1vh7krmmzfua5xjmkatvmx09z37w34lsvd2mxa5"
12)
13
14func main() {
15 testing.SetRealm(testing.NewUserRealm(user))
16
17 boards2.RequestInvite(cross, 404)
18}
19
20// Error:
21// board does not exist with ID: 404