Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobOaks committed Oct 12, 2023
1 parent aaa9a37 commit 7a1ce0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaks.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ type testHelper interface {
// defer VerifyNone(t)
//
// VerifyNone is currently incompatible with t.Parallel because it cannot
// associate specific goroutines with specific tests. Thus, non-leaking
// associate specific goroutines with specific tests. Thus, non-leaking
// goroutines from other tests running in parallel could fail this check.
// If you need to run tests in parallel, use [VerifyTestMain] instead,
// which will verify that no leaking goroutines exist after ALL tests finish.
Expand Down

0 comments on commit 7a1ce0a

Please sign in to comment.