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