Skip to content

Commit 307658f

Browse files
Update test description
1 parent d49f777 commit 307658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def evaluate(self, model: Model) -> RuleViolation | None: # type: ignore[overri
181181

182182

183183
def test_should_evaluate(model1, source1):
184-
"""Test that Rule.should_evaluate works correctly for different resource types."""
184+
"""Test that should_evaluate does not execute filter on mismatched resource type."""
185185

186186
@rule_filter
187187
def model_filter(model: Model) -> bool:

0 commit comments

Comments
 (0)