Skip to content

Commit

Permalink
Misspelling in test was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dakochik authored Jan 29, 2022
1 parent 6380fa3 commit fdbdba8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
<rule_like> NAME:
shell: "command here"
Expand Down Expand Up @@ -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" |
| rule | input: "/foo/{log}.txt" |

0 comments on commit fdbdba8

Please sign in to comment.