Skip to content

Commit cf59e9a

Browse files
renamed test
1 parent fe8b660 commit cf59e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_patma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3448,7 +3448,7 @@ def test_class_or_union_not_specialform(self):
34483448
w = 0
34493449
self.assertIsNone(w)
34503450

3451-
def test_patma_legacy_union_type(self):
3451+
def test_legacy_union_type(self):
34523452
from typing import Union
34533453
IntOrStr = Union[int, str]
34543454
name = type(IntOrStr).__name__

0 commit comments

Comments
 (0)