We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9897209 commit e2642b6Copy full SHA for e2642b6
telemetry/wrapper_test.go
@@ -16,6 +16,7 @@ func initTelemetry(v bool) {
16
17
// Reset the global state to a known disabled state before each test.
18
func setupTest(t *testing.T) {
19
+ t.Helper()
20
mu.Lock() // Ensure no other test can modify global state at the same time.
21
defer mu.Unlock()
22
initTelemetry(false)
0 commit comments