From 768a8b32218fcd178245bdd1d293f976083c295b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Wed, 23 Jun 2021 11:35:54 +0200 Subject: [PATCH] Rename test --- profiler/profile_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/profile_test.go b/profiler/profile_test.go index 93efef311b..c2e4c52340 100644 --- a/profiler/profile_test.go +++ b/profiler/profile_test.go @@ -170,7 +170,7 @@ main.main() }) }) - t.Run("goroutineswait DD_PROFILING_WAIT_PROFILE_MAX_GOROUTINES", func(t *testing.T) { + t.Run("goroutineswaitLimit", func(t *testing.T) { // spawGoroutines spawns n goroutines and then returns a func to stop them. spawnGoroutines := func(n int) func() { launched := make(chan struct{})