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

This commit is contained in:
Florian Bruhin 2022-05-25 09:59:32 +02:00 committed by GitHub
parent 16a7e4a0b7
commit 19710145b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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