Search Apps Documentation Source Content File Folder Download Copy Actions Download

z_request_invite_01_filetest.gno

0.59 Kb · 29 lines
 1// PKGPATH: gno.land/r/gnoland/boards2/v1/filetests/z_request_invite_01_filetest
 2
 3package z_request_invite_01_filetest
 4
 5import (
 6	"testing"
 7
 8	"gno.land/p/gnoland/boards"
 9
10	boards2 "gno.land/r/gnoland/boards2/v1"
11)
12
13const owner address = "g1rp7cmetn27eqlpjpc4vuusf8kaj746tysc0qgh"
14
15var bid boards.ID
16
17func init(cur realm) {
18	testing.SetRealm(testing.NewUserRealm(owner))
19	bid = boards2.CreateBoard(cross(cur), "test123", false, false)
20}
21
22func main(cur realm) {
23	testing.SetRealm(testing.NewCodeRealm("gno.land/r/demo/test"))
24
25	boards2.RequestInvite(cross(cur), bid)
26}
27
28// Error:
29// caller must be user