Skip to content

Commit a52fd60

Browse files
renamed test
1 parent 1829aca commit a52fd60

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
@@ -3457,7 +3457,7 @@ def test_class_or_union_not_specialform(self):
34573457
w = 0
34583458
self.assertIsNone(w)
34593459

3460-
def test_patma_legacy_union_type(self):
3460+
def test_legacy_union_type(self):
34613461
from typing import Union
34623462
IntOrStr = Union[int, str]
34633463
name = type(IntOrStr).__name__

0 commit comments

Comments
 (0)