fix(govet): correct fmt for bool is %t

parent 460a6ff5
...@@ -41,7 +41,7 @@ func TestReuseError(t *testing.T) { ...@@ -41,7 +41,7 @@ func TestReuseError(t *testing.T) {
for k, v := range cases { for k, v := range cases {
if ReuseErrShouldRetry(k) != v { if ReuseErrShouldRetry(k) != v {
t.Fatalf("expected %b for %#v", v, k) t.Fatalf("expected %t for %#v", v, k)
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment