1
0

test: missing panic

This commit is contained in:
dump_stack() 2023-05-13 12:40:36 +00:00
parent fb5411503c
commit 05f210494a
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

2
cache/cache_test.go vendored
View File

@ -41,7 +41,7 @@ func TestDownloadDebianCache(t *testing.T) {
err = DownloadDebianCache(cachePath) err = DownloadDebianCache(cachePath)
if err != nil { if err != nil {
return t.Fatal(err)
} }
if !fs.PathExists(filepath.Join(tmp, file)) { if !fs.PathExists(filepath.Join(tmp, file)) {