]> 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:17:57 +0000 (01:17 -0700)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 08:17:57 +0000 (01:17 -0700)
(cherry picked from commit 19710145b496b5e5341630d80be9c400aa792bd1)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
Lib/test/test_importlib/test_threaded_import.py

index 76b028eac97bf948127f9c1d459a9681f69b998e..d37eb2914f2c713c06134b317c90253f982edcf7 100644 (file)
@@ -270,4 +270,4 @@ def setUpModule():
 
 
 if __name__ == "__main__":
-    unittets.main()
+    unittest.main()