test: missing panic
This commit is contained in:
parent
fb5411503c
commit
05f210494a
2
cache/cache_test.go
vendored
2
cache/cache_test.go
vendored
@ -41,7 +41,7 @@ func TestDownloadDebianCache(t *testing.T) {
|
||||
|
||||
err = DownloadDebianCache(cachePath)
|
||||
if err != nil {
|
||||
return
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
if !fs.PathExists(filepath.Join(tmp, file)) {
|
||||
|
Loading…
Reference in New Issue
Block a user