Skip to content

Commit

Permalink
tests: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
iromeo committed Apr 19, 2022
1 parent e7033c2 commit e05a1c8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Feature: Inspection warns about confusing localrules or ruleorder names.
checkpoint foo2:
input: "in"
"""
When SmkLocalrulesRuleorderConfusingReference inspection is enabled
When SmkLocalrulesRuleorderConfusingReferenceInspection inspection is enabled
Then I expect inspection weak warning on <<name>> with message
"""
Rule '<name>' isn't defined in this file, not an error but it is confusing.
Expand All @@ -45,7 +45,7 @@ Feature: Inspection warns about confusing localrules or ruleorder names.
<rule_like2> boo:
input: "in"
"""
When SmkLocalrulesRuleorderConfusingReference inspection is enabled
When SmkLocalrulesRuleorderConfusingReferenceInspection inspection is enabled
Then I expect no inspection weak warnings
When I check highlighting weak warnings
Examples:
Expand All @@ -71,7 +71,7 @@ Feature: Inspection warns about confusing localrules or ruleorder names.
use rule boo as boo2 with:
input: "in_2"
"""
When SmkLocalrulesRuleorderConfusingReference inspection is enabled
When SmkLocalrulesRuleorderConfusingReferenceInspection inspection is enabled
Then I expect no inspection weak warnings
When I check highlighting weak warnings
Examples:
Expand Down

0 comments on commit e05a1c8

Please sign in to comment.