Skip to content

Commit 592815e

Browse files
committed
Fix TestConcurrencyDownloadIndex typo
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
1 parent 5d2ab10 commit 592815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/repo/v1/chartrepo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func TestIndexCustomSchemeDownload(t *testing.T) {
9494
}
9595
}
9696

97-
func TestConcurrenyDownloadIndex(t *testing.T) {
97+
func TestConcurrencyDownloadIndex(t *testing.T) {
9898
srv, err := startLocalServerForTests(nil)
9999
if err != nil {
100100
t.Fatal(err)

0 commit comments

Comments
 (0)