Skip to content

Commit 805620b

Browse files
committed
fix(#3297): Update warning message for pytest-workflow
1 parent 4e4bbaa commit 805620b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/subworkflows/lint/subworkflow_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def subworkflow_tests(_, subworkflow: NFCoreComponent):
5050
subworkflow.warned.append(
5151
(
5252
"test_dir_exists",
53-
"nf-test directory is missing",
53+
"Migrate pytest-workflow to nf-test",
5454
subworkflow.nftest_testdir,
5555
)
5656
)

0 commit comments

Comments
 (0)