Skip to content

Commit 40b0611

Browse files
committed
Fix test name in test_ctypes.test_errno
1 parent 28937d3 commit 40b0611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ctypes/test_errno.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _worker():
4747
set_errno(0)
4848

4949
@unittest.skipUnless(os.name == "nt", 'Test specific to Windows')
50-
def test_GetLastError(self):
50+
def test_get_last_error(self):
5151
dll = ctypes.WinDLL("kernel32", use_last_error=True)
5252
GetModuleHandle = dll.GetModuleHandleA
5353
GetModuleHandle.argtypes = [c_wchar_p]

0 commit comments

Comments
 (0)