Skip to content

Commit 2ea3d3b

Browse files
test_threaded_import: Fix unittest.main spelling (GH-93114)
(cherry picked from commit 1971014) Co-authored-by: Florian Bruhin <[email protected]>
1 parent e9d6ca4 commit 2ea3d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/test_threaded_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ def setUpModule():
272272

273273

274274
if __name__ == "__main__":
275-
unittets.main()
275+
unittest.main()

0 commit comments

Comments
 (0)