Skip to content

Commit 469dd87

Browse files
right expected lines
1 parent d2d57fe commit 469dd87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/scripts/end_to_end_test_tracer_replay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def run_test(expected_improvement_pct: int) -> bool:
1010
min_improvement_x=0.1,
1111
expected_unit_tests_count=None, # Tracer creates replay tests dynamically, skip validation
1212
coverage_expectations=[
13-
CoverageExpectation(function_name="funcA", expected_coverage=100.0, expected_lines=[6, 7, 8, 9, 11, 14])
13+
CoverageExpectation(function_name="funcA", expected_coverage=100.0, expected_lines=[5, 6, 7, 8, 10, 13])
1414
],
1515
)
1616
cwd = (

0 commit comments

Comments
 (0)