]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
test_threaded_import: Fix unittest.main spelling (GH-93114)
authorFlorian Bruhin <me@the-compiler.org>
Wed, 25 May 2022 07:59:32 +0000 (09:59 +0200)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 07:59:32 +0000 (10:59 +0300)
Lib/test/test_importlib/test_threaded_import.py

index cc1d804f35f913d0e2a9cebac489baf12dd997bb..9aeeb5e686e93687b7f4484646c9c81625ff92b7 100644 (file)
@@ -272,4 +272,4 @@ def setUpModule():
 
 
 if __name__ == "__main__":
-    unittets.main()
+    unittest.main()