Merge pull request #87 from AlekSi/patch-1

Make go vet happy
This commit is contained in:
Soam Vasani
2017-01-24 08:40:55 -08:00
committed by GitHub
+1 -1
View File
@@ -71,6 +71,6 @@ func TestFunctionServiceCache(t *testing.T) {
_, err = fsc.GetByFunction(fsvc.function)
if err == nil {
fsc.Log()
log.Panicf("found fsvc while expecting empty cache", err)
log.Panicf("found fsvc while expecting empty cache: %v", err)
}
}