Skip to content

Commit

Permalink
update paths in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Helle Rus Povlsen committed Sep 27, 2024
1 parent ef26579 commit 141a7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/ltrfinder/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nextflow_process {

setup {
run('GUNZIP') {
script "../../gunzip/main"
script "../../gunzip/main.nf"

process {
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ nextflow_process {
setup {

run('GUNZIP') {
script "../../../gunzip/main"
script "../../../gunzip/main.nf"

process {
"""
Expand Down

0 comments on commit 141a7e7

Please sign in to comment.