test_threaded_import: Fix unittest.main spelling (GH-93114)

(cherry picked from commit 19710145b4)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
This commit is contained in:
Miss Islington (bot) 2022-05-25 01:22:21 -07:00 committed by GitHub
parent e9d6ca4334
commit 2ea3d3b847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -272,4 +272,4 @@ def setUpModule():
if __name__ == "__main__":
unittets.main()
unittest.main()