From: Florian Bruhin Date: Wed, 25 May 2022 07:59:32 +0000 (+0200) Subject: test_threaded_import: Fix unittest.main spelling (GH-93114) X-Git-Tag: v3.12.0a1~1433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19710145b496b5e5341630d80be9c400aa792bd1;p=thirdparty%2FPython%2Fcpython.git test_threaded_import: Fix unittest.main spelling (GH-93114) --- diff --git a/Lib/test/test_importlib/test_threaded_import.py b/Lib/test/test_importlib/test_threaded_import.py index cc1d804f35f9..9aeeb5e686e9 100644 --- a/Lib/test/test_importlib/test_threaded_import.py +++ b/Lib/test/test_importlib/test_threaded_import.py @@ -272,4 +272,4 @@ def setUpModule(): if __name__ == "__main__": - unittets.main() + unittest.main()