Skip to content

Commit

Permalink
Merge pull request #1816 from fabianegli/test-list-class-rename
Browse files Browse the repository at this point in the history
fix typo in test class name
  • Loading branch information
ewels authored Sep 7, 2022
2 parents cb45853 + 74f65c6 commit 148d9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
tmp_nxf_str = str(tmp_nxf)


class TestLint(unittest.TestCase):
class TestList(unittest.TestCase):
"""Class for list tests"""

@mock.patch("subprocess.check_output")
Expand Down

0 comments on commit 148d9e2

Please sign in to comment.