Skip to content

Commit c321b94

Browse files
committed
need t.Helper
1 parent 0b44617 commit c321b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

check-windows-eventlog/lib/check_windows_eventlog_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func TestWriteLastOffset(t *testing.T) {
4848
}
4949

5050
func raiseEvent(t *testing.T, typ int, msg string) {
51+
t.Helper()
5152
ole.CoInitialize(0)
5253
defer ole.CoUninitialize()
5354

0 commit comments

Comments
 (0)