Skip to content

Commit e2642b6

Browse files
committed
linting fixes
1 parent 9897209 commit e2642b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

telemetry/wrapper_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ func initTelemetry(v bool) {
1616

1717
// Reset the global state to a known disabled state before each test.
1818
func setupTest(t *testing.T) {
19+
t.Helper()
1920
mu.Lock() // Ensure no other test can modify global state at the same time.
2021
defer mu.Unlock()
2122
initTelemetry(false)

0 commit comments

Comments
 (0)