mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
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:
parent
e9d6ca4334
commit
2ea3d3b847
1 changed files with 1 additions and 1 deletions
|
|
@ -272,4 +272,4 @@ def setUpModule():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittets.main()
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue