From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 25 May 2022 08:22:21 +0000 (-0700) Subject: test_threaded_import: Fix unittest.main spelling (GH-93114) X-Git-Tag: v3.11.0b2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ea3d3b847a607c536f6d5714328cb54733eeca0;p=thirdparty%2FPython%2Fcpython.git test_threaded_import: Fix unittest.main spelling (GH-93114) (cherry picked from commit 19710145b496b5e5341630d80be9c400aa792bd1) Co-authored-by: Florian Bruhin --- 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()