diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-14 23:03:43 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-14 23:03:43 +0200 |
commit | 54b41c604bd6814e1bc8131cb1fa291d8aff25d1 (patch) | |
tree | fb734ba3af6796ee90a5dc1945885e213a04e950 /tests | |
parent | 13d7b3480b0f555294edf2c52a886321bbd9f5e8 (diff) | |
download | git-bug-54b41c604bd6814e1bc8131cb1fa291d8aff25d1.tar.gz |
cleaning
Diffstat (limited to 'tests')
-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) } } |