Search Apps Documentation Source Content File Folder Download Copy Actions Download

z_16_b_filetest.gno

0.36 Kb ยท 23 lines
 1package main
 2
 3import (
 4	"testing"
 5
 6	"gno.land/p/gnoland/boards"
 7
 8	boards2 "gno.land/r/boards000/v1rc1"
 9)
10
11const (
12	owner address   = "g16jpf0puufcpcjkph5nxueec8etpcldz7zwgydq" // @devx
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