From 033d52d044b954c7070212b3bd060ceb38d4022f Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Mon, 18 Jul 2022 22:22:06 +0800 Subject: [PATCH] Fix typo in test (#456) --- tests/test_sourcecode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sourcecode.py b/tests/test_sourcecode.py index 6e0feb7..8be79e2 100644 --- a/tests/test_sourcecode.py +++ b/tests/test_sourcecode.py @@ -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(