Skip to content

Commit

Permalink
Rename modules.json test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikDanielsson committed Jul 7, 2021
1 parent 95b04b9 commit 744e8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/lint/modules_json.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import nf_core.lint


def test_modules_json_fail(self):
def test_modules_json_pass(self):
self.lint_obj._load()
results = self.lint_obj.modules_json()
assert len(results.get("warned", [])) == 0
Expand Down
2 changes: 1 addition & 1 deletion tests/test_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test_sphinx_rst_files(self):

from lint.version_consistency import test_version_consistency

from lint.modules_json import test_modules_json_fail
from lint.modules_json import test_modules_json_pass


# TODO nf-core: Assess and strip out if no longer required for DSL2
Expand Down

0 comments on commit 744e8d5

Please sign in to comment.