Skip to content

Commit fddb6c9

Browse files
committed
Update end_to_end_test_tracer_replay.py
1 parent 628ea7d commit fddb6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/end_to_end_test_tracer_replay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def run_test(expected_improvement_pct: int) -> bool:
1111
expected_unit_tests=1,
1212
coverage_expectations=[
1313
# CoverageExpectation(function_name="funcA", expected_coverage=100.0, expected_lines=[2, 3, 4, 6, 9]),
14-
CoverageExpectation(function_name="FuncA", expected_coverage=100.0, expected_lines=[3, 4, 6, 7, 10]),
14+
CoverageExpectation(function_name="FuncA", expected_coverage=100.0, expected_lines=[4, 5, 6, 8, 11]),
1515
],
1616
)
1717
cwd = (

0 commit comments

Comments
 (0)