Search Apps Documentation Source Content File Folder Download Copy Actions Download

z_21_c_filetest.gno

0.34 Kb ยท 19 lines
 1package main
 2
 3import (
 4	"testing"
 5
 6	boards2 "gno.land/r/boards000/v1rc1"
 7)
 8
 9const owner address = "g1us8428u2a5satrlxzagqqa5m6vmuze025anjlj" // @test2
10
11func main() {
12	// Call realm with a user that has not permission to set realm notice
13	testing.SetRealm(testing.NewUserRealm(owner))
14
15	boards2.SetRealmNotice(cross, "Foo")
16}
17
18// Error:
19// unauthorized