Skip to content

Commit 98234f3

Browse files
authored
Change back the class name
1 parent 142324a commit 98234f3

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 TestUUIDCommandLineRunTimeMixin:
1144+
class CommandLineRunTime:
11451145
def do_test_standalone_uuid(self, version):
11461146
stdout = io.StringIO()
11471147
with contextlib.redirect_stdout(stdout):

0 commit comments

Comments
 (0)