go: 1.27
Test / Hakurei (push) Failing after 45s
Test / Hakurei (race detector) (push) Failing after 49s
Test / ShareFS (push) Failing after 33s
Test / Sandbox (race detector) (push) Failing after 44s
Test / Sandbox (push) Failing after 49s
Test / Flake checks (push) Skipped
Test / Create distribution (push) Failing after 24s

This fixes test cases affected by jsonv2 changes.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-20 18:23:21 +09:00
parent ace59607f2
commit a13508f90e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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()`},
}