Search Apps Documentation Source Content File Folder Download Copy Actions Download

z_25_e_filetest.gno

0.36 Kb ยท 21 lines
 1package main
 2
 3import (
 4	"testing"
 5
 6	boards2 "gno.land/r/gnoland/boards2/v1"
 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