aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations/create_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/operations/create_test.go')
-rw-r--r--bug/operations/create_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/operations/create_test.go b/bug/operations/create_test.go
index bd73fc1a..c262a41c 100644
--- a/bug/operations/create_test.go
+++ b/bug/operations/create_test.go
@@ -26,6 +26,6 @@ func TestCreate(t *testing.T) {
}
if !reflect.DeepEqual(snapshot, expected) {
- t.Fatalf("%s different than %s", snapshot, expected)
+ t.Fatalf("%v different than %v", snapshot, expected)
}
}