Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Jul 25, 2023
1 parent 7ed0989 commit 732ceac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/file_handler/test_text_content_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_get_analysis_target_p(self) -> None:
expected_target = AnalysisTarget(0, all_lines, [x for x in range(len(all_lines))],
Descriptor(str(target_path), target_path.suffix, ""))

self.assertEqual(2, len(analysis_targets))
self.assertEqual(4, len(analysis_targets))

target = analysis_targets[0]
self.assertEqual(expected_target.line, target.line)
Expand Down

0 comments on commit 732ceac

Please sign in to comment.