]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
test_threaded_import: Fix unittest.main spelling (GH-93114)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 May 2022 08:22:21 +0000 (01:22 -0700)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 08:22:21 +0000 (01:22 -0700)
(cherry picked from commit 19710145b496b5e5341630d80be9c400aa792bd1)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
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()