mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
132ea29936
commit
02d35fc4ef
1 changed files with 1 additions and 1 deletions
|
@ -270,4 +270,4 @@ def setUpModule():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittets.main()
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue