Search Apps Documentation Source Content File Folder Download Copy Actions Download

z_0_g_filetest.gno

0.39 Kb ยท 21 lines
 1package main
 2
 3import (
 4	"strings"
 5	"testing"
 6
 7	boards2 "gno.land/r/boards000/v1rc1"
 8)
 9
10const owner address = "g16jpf0puufcpcjkph5nxueec8etpcldz7zwgydq" // @devx
11
12var name = strings.Repeat("X", boards2.MaxBoardNameLength+1)
13
14func main() {
15	testing.SetRealm(testing.NewUserRealm(owner))
16
17	boards2.CreateBoard(cross, name, false)
18}
19
20// Error:
21// board name is too long, maximum allowed is 50 characters