Skip to content

Commit

Permalink
test/lint: fix function name, is test_mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
eine committed Aug 15, 2020
1 parent 744098a commit f0d861e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lint/test_mypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ class TestMyPy(unittest.TestCase):
"""

@staticmethod
def test_pycodestyle():
def test_mypy():
check_call([sys.executable, "-m", "mypy", "vunit"])

0 comments on commit f0d861e

Please sign in to comment.