Search Apps Documentation Source Content File Folder Download Copy Actions Download

z_set_flagging_threshold_01_filetest.gno

0.35 Kb · 23 lines
 1package main
 2
 3import (
 4	"testing"
 5
 6	"gno.land/p/gnoland/boards"
 7
 8	boards2 "gno.land/r/gnoland/boards2/v1"
 9)
10
11const (
12	owner address   = "g16jpf0puufcpcjkph5nxueec8etpcldz7zwgydq"
13	bid   boards.ID = 404
14)
15
16func main() {
17	testing.SetRealm(testing.NewUserRealm(owner))
18
19	boards2.SetFlaggingThreshold(cross, bid, 1)
20}
21
22// Error:
23// board does not exist with ID: 404