Skip to content

Commit

Permalink
Fix typo in test (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Jul 18, 2022
1 parent 1008694 commit 033d52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sourcecode.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_mypy(self):
try:
import mypy # NoQA
except ImportError:
raise unittest.SkipTest('mypy moudule is missing')
raise unittest.SkipTest('mypy module is missing')

try:
subprocess.run(
Expand Down

0 comments on commit 033d52d

Please sign in to comment.