fix(test): incorrect test desc
This commit is contained in:
parent
e1ad4c203e
commit
8b47f2f385
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue