Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Anis Khan <2815766+aniskhan001@users.noreply.github.com>
pull/32533/head
Anis Khan 4 weeks ago committed by GitHub
parent 7b067935b3
commit a7e8107b5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -297,7 +297,7 @@ func TestDownloadAllConcurrent(t *testing.T) {
}
_, err = os.Stat(filepath.Join(chartPath, "charts", "signtest-0.1.0.tgz"))
require.NotErrorIs(t, err, fs.ErrNotExist)
require.NoError(t, err)
// No leftover tmpcharts-* directories from any of the concurrent calls.
entries, err := os.ReadDir(chartPath)

Loading…
Cancel
Save