diff --git a/src/server/server_concurrency_test.go b/src/server/server_concurrency_test.go index 0cea14f..c143c2f 100644 --- a/src/server/server_concurrency_test.go +++ b/src/server/server_concurrency_test.go @@ -130,7 +130,7 @@ func TestConcurrency(t *testing.T) { } 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 { wg.Add(1) go mockClient(userName, userPwd, &wg)