Skip to content

Commit

Permalink
test: fix shellcheck test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrung committed Aug 1, 2024
1 parent 274881f commit 41e07c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_shellcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ShellcheckTestCase(unittest.TestCase):
on Shell source code.
"""

def test_flake8(self):
def test_shellcheck(self):
"""Test: Run shellcheck on Shell source code."""
cmd = ["shellcheck"] + [get_path(s) for s in SHELL_SCRIPTS]
if unittest_verbosity() >= 2:
Expand Down

0 comments on commit 41e07c2

Please sign in to comment.