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 1e3479a commit b167204Copy full SHA for b167204
Lib/test/test_winapi.py
@@ -191,5 +191,5 @@ def test_report_event(self):
191
test_data)
192
193
with self.assertRaisesRegex(TypeError, 'All strings must be unicode'):
194
- _winapi.ReportEvent(handle, _winapi.EVENTLOG_SUCESS_TYPE, 0, 1001,
+ _winapi.ReportEvent(handle, _winapi.EVENTLOG_SUCCESS, 0, 1001,
195
["string", 123])
0 commit comments