mirror of
https://github.com/mailgun/groupcache.git
synced 2024-11-16 14:10:04 +00:00
fix wrong number of args for format in Errorf call
This commit is contained in:
parent
86ced4a883
commit
c6017b7e87
@ -45,7 +45,7 @@ func TestDoErr(t *testing.T) {
|
||||
return nil, someErr
|
||||
})
|
||||
if err != someErr {
|
||||
t.Errorf("Do error = %v; want someErr", err, someErr)
|
||||
t.Errorf("Do error = %v; want someErr", err)
|
||||
}
|
||||
if v != nil {
|
||||
t.Errorf("unexpected non-nil value %#v", v)
|
||||
|
Loading…
Reference in New Issue
Block a user