Skip to content

Commit 0c2b231

Browse files
authored
Change class name to TestUUIDCommandLineRunTime
1 parent d63e3a7 commit 0c2b231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ def test_uuid_weakref(self):
11411141
self.assertIs(strong, weak())
11421142

11431143

1144-
class TestUUIDCli(unittest.TestCase):
1144+
class TestUUIDCommandLineRunTime(unittest.TestCase):
11451145
uuid = py_uuid
11461146

11471147
def do_test_standalone_uuid(self, version):

0 commit comments

Comments
 (0)