Fix typo in test (#456)

This commit is contained in:
Kian-Meng Ang 2022-07-18 22:22:06 +08:00 committed by GitHub
parent 10086942f6
commit 033d52d044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class TestSourceCode(unittest.TestCase):
try:
import mypy # NoQA
except ImportError:
raise unittest.SkipTest('mypy moudule is missing')
raise unittest.SkipTest('mypy module is missing')
try:
subprocess.run(