mirror of https://github.com/MagicStack/uvloop.git
Fix typo in test (#456)
This commit is contained in:
parent
10086942f6
commit
033d52d044
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue