Fix `TestConcurrencyDownloadIndex` typo

Signed-off-by: George Jenkins <gvjenkins@gmail.com>
pull/31650/head
George Jenkins 2 weeks ago
parent 5d2ab10caa
commit 592815ea2b

@ -94,7 +94,7 @@ func TestIndexCustomSchemeDownload(t *testing.T) {
}
}
func TestConcurrenyDownloadIndex(t *testing.T) {
func TestConcurrencyDownloadIndex(t *testing.T) {
srv, err := startLocalServerForTests(nil)
if err != nil {
t.Fatal(err)

Loading…
Cancel
Save