Skip to content

Commit

Permalink
fix(#3297): Update warning message for pytest-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 25, 2024
1 parent 4e4bbaa commit 805620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/subworkflows/lint/subworkflow_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def subworkflow_tests(_, subworkflow: NFCoreComponent):
subworkflow.warned.append(
(
"test_dir_exists",
"nf-test directory is missing",
"Migrate pytest-workflow to nf-test",
subworkflow.nftest_testdir,
)
)
Expand Down

0 comments on commit 805620b

Please sign in to comment.