Skip to content

Commit 033d52d

Browse files
authored
Fix typo in test (#456)
1 parent 1008694 commit 033d52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sourcecode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_mypy(self):
4343
try:
4444
import mypy # NoQA
4545
except ImportError:
46-
raise unittest.SkipTest('mypy moudule is missing')
46+
raise unittest.SkipTest('mypy module is missing')
4747

4848
try:
4949
subprocess.run(

0 commit comments

Comments
 (0)