mirror of https://github.com/python/cpython
test_threaded_import: Fix unittest.main spelling (GH-93114)
This commit is contained in:
parent
16a7e4a0b7
commit
19710145b4
|
@ -272,4 +272,4 @@ def setUpModule():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittets.main()
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue