Commit c85d29f5 authored by huangjiuyuan's avatar huangjiuyuan

fix missing verb at end of format string

parent 60007128
...@@ -110,7 +110,7 @@ func TestExpired(t *testing.T) { ...@@ -110,7 +110,7 @@ func TestExpired(t *testing.T) {
return return
} }
if test.wantExpired == valid { if test.wantExpired == valid {
t.Errorf("wanted expired %t, got %", test.wantExpired, !valid) t.Errorf("wanted expired %t, got %t", test.wantExpired, !valid)
} }
}) })
} }
......
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