aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-08-20 18:23:21 +0900
committerOphestra <cat@gensokyo.uk>2026-08-20 19:05:29 +0900
commitcbd95294ba1f6c0a54fe8510814359e4a774cd67 (patch)
tree089ec619d013a2a6c0161848690c29527cc9b453 /cmd
parentace59607f2189ebad3b91cd43e7b3f52057dc942 (diff)
go: 1.27
This fixes test cases affected by jsonv2 changes. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/hakurei/json_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hakurei/json_test.go b/cmd/hakurei/json_test.go
index c6649567..433a514b 100644
--- a/cmd/hakurei/json_test.go
+++ b/cmd/hakurei/json_test.go
@@ -66,7 +66,7 @@ func TestEncodeJSON(t *testing.T) {
want string
}{
{"marshaler", errorJSONMarshaler{},
- `cannot encode json for main.errorJSONMarshaler: unique error 3735928559 injected by the test suite`},
+ `cannot encode json for *main.errorJSONMarshaler: unique error 3735928559 injected by the test suite`},
{"default", func() {},
`cannot write json: json: unsupported type: func()`},
}