Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Jun 23, 2021
1 parent 1201075 commit 768a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiler/profile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{})
Expand Down

0 comments on commit 768a8b3

Please sign in to comment.