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