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) {
return
}
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