Skip to content

Commit

Permalink
Minor fix in tests. Maybe asynchronous creation of file somehow affec…
Browse files Browse the repository at this point in the history
…ts tests running (and we're getting "RuntimeException: ... file is invalid: temp:///src/foo.smk ..."). So now we're just checking that there are available quickfix.

Resolves: #277
  • Loading branch information
Dmitry committed Dec 16, 2021
1 parent 754511f commit c4d4a35
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ Feature: Inspection: SmkUnresolvedReferenceInspectionExtension
Unresolved reference '<path>'
"""
When I check highlighting warnings
And I invoke quick fix Create '<path>' and see text:
"""
<section>: "<path>"
"""
And I see available quick fix: Create '<path>'
Examples:
| path | section |
| NAME.yaml | rule NAME: conda |
Expand Down

0 comments on commit c4d4a35

Please sign in to comment.