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 0b44617 commit c321b94Copy full SHA for c321b94
check-windows-eventlog/lib/check_windows_eventlog_test.go
@@ -48,6 +48,7 @@ func TestWriteLastOffset(t *testing.T) {
48
}
49
50
func raiseEvent(t *testing.T, typ int, msg string) {
51
+ t.Helper()
52
ole.CoInitialize(0)
53
defer ole.CoUninitialize()
54
0 commit comments