Make go vet happy

This commit is contained in:
Alexey Palazhchenko
2017-01-24 17:11:26 +03:00
committed by GitHub
parent cb08118164
commit 9e01b2f1a7
+1 -1
View File
@@ -71,6 +71,6 @@ func TestFunctionServiceCache(t *testing.T) {
_, err = fsc.GetByFunction(fsvc.function) _, err = fsc.GetByFunction(fsvc.function)
if err == nil { if err == nil {
fsc.Log() fsc.Log()
log.Panicf("found fsvc while expecting empty cache", err) log.Panicf("found fsvc while expecting empty cache: %v", err)
} }
} }