z_25_e_filetest.gno

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