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:17:57 -07:00 committed by GitHub
parent 132ea29936
commit 02d35fc4ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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