Skip to content

Commit 02d35fc

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 132ea29 commit 02d35fc

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
@@ -270,4 +270,4 @@ def setUpModule():
270270

271271

272272
if __name__ == "__main__":
273-
unittets.main()
273+
unittest.main()

0 commit comments

Comments
 (0)