Skip to content

Commit

Permalink
fixed: error message in the test
Browse files Browse the repository at this point in the history
Resolves: #408
  • Loading branch information
Dmitry Kochik committed Aug 16, 2021
1 parent 8d88ffb commit 595bc7b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@ Feature: Inspection if subsection is unexpected for section but it i appropriate
And SmkExecutionSubsectionInUseSectionInspection inspection is enabled
Then I expect inspection error on <run> with message
"""
Execution sections can't be used in 'use rule'
Execution sections can't be overridden in 'use rule'
"""
Then I expect inspection error on <shell> with message
"""
Execution sections can't be used in 'use rule'
Execution sections can't be overridden in 'use rule'
"""
Then I expect inspection error on <notebook> with message
"""
Execution sections can't be used in 'use rule'
Execution sections can't be overridden in 'use rule'
"""
Then I expect inspection error on <script> with message
"""
Execution sections can't be used in 'use rule'
Execution sections can't be overridden in 'use rule'
"""
Then I expect inspection error on <cwl> with message
"""
Execution sections can't be used in 'use rule'
Execution sections can't be overridden in 'use rule'
"""
Then I expect inspection error on <wrapper> with message
"""
Execution sections can't be used in 'use rule'
Execution sections can't be overridden in 'use rule'
"""
When I check highlighting errors

0 comments on commit 595bc7b

Please sign in to comment.