1
0
Fork 0

test: missing panic

master
dump_stack() 2023-05-13 12:40:36 +00:00
parent fb5411503c
commit 05f210494a
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

2
cache/cache_test.go vendored
View File

@ -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)) {