diff options
Diffstat (limited to 'tests/bug_test.go')
-rw-r--r-- | tests/bug_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bug_test.go b/tests/bug_test.go index 2fb79be5..62166723 100644 --- a/tests/bug_test.go +++ b/tests/bug_test.go @@ -68,6 +68,6 @@ func TestBugSerialisation(t *testing.T) { } if !reflect.DeepEqual(bug1, bug2) { - t.Fatalf("%s different than %s", bug1, bug2) + t.Fatalf("%v different than %v", bug1, bug2) } } |