fix(test): incorrect test desc

This commit is contained in:
hexxa 2021-10-05 16:10:16 +08:00 committed by Hexxa
parent e1ad4c203e
commit 8b47f2f385

View file

@ -130,7 +130,7 @@ func TestConcurrency(t *testing.T) {
} }
var wg sync.WaitGroup var wg sync.WaitGroup
t.Run("ListHome", func(t *testing.T) { t.Run("Upload and download concurrently", func(t *testing.T) {
for userName := range users { for userName := range users {
wg.Add(1) wg.Add(1)
go mockClient(userName, userPwd, &wg) go mockClient(userName, userPwd, &wg)