Skip to content

Commit e751f7b

Browse files
committed
test(analyzer): isolate legal filename coverage
Signed-off-by: Rod Boev <rod.boev@gmail.com>
1 parent abde68c commit e751f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/nodes/analyzers/test_static_patterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ def test_each_canonical_range_suppresses_only_ea3(self, range_index: int) -> Non
11691169
],
11701170
)
11711171
def test_all_license_family_paths_suppress_ea3(self, path: str) -> None:
1172-
content, match_line = self._range_content(0)
1172+
content, match_line = self._range_content(4)
11731173
findings = static_runner.run_static_patterns(
11741174
{"components": [path], "file_cache": {path: content}},
11751175
[excessive_agency_module],

0 commit comments

Comments
 (0)