aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
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()`},
}