z_16_b_filetest.gno

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