diff --git a/src/test/resources/features/highlighting/inspections/unused_log_section_inspection.feature b/src/test/resources/features/highlighting/inspections/unused_log_section_inspection.feature index 13618084..2b5f7111 100644 --- a/src/test/resources/features/highlighting/inspections/unused_log_section_inspection.feature +++ b/src/test/resources/features/highlighting/inspections/unused_log_section_inspection.feature @@ -85,7 +85,7 @@ Feature: Rule SmkUnusedLogFileInspection inspection Scenario Outline: Warnings in 'log' section, if it is not used in rule which was overridden more than one time Given a snakemake project - And a file "boo1.smk" with text + And a file "boo.smk" with text """ NAME: shell: "command here" @@ -405,4 +405,4 @@ Feature: Rule SmkUnusedLogFileInspection inspection | rule | shell: "echo {boo.log}" | | rule | shell: "echo config[log]" | | rule | shell: "log.log" | - | rule | input: "/foo/{log}.txt" | \ No newline at end of file + | rule | input: "/foo/{log}.txt" |