Make go vet happy
This commit is contained in:
committed by
GitHub
parent
cb08118164
commit
9e01b2f1a7
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user