Update end_to_end_test_tracer_replay.py

This commit is contained in:
Kevin Turcios 2026-01-09 02:17:13 -05:00
parent 02510e4a0c
commit 4e84286d8c

View file

@ -10,7 +10,7 @@ def run_test(expected_improvement_pct: int) -> bool:
min_improvement_x=0.1, min_improvement_x=0.1,
expected_unit_tests_count=None, # Tracer creates replay tests dynamically, skip validation expected_unit_tests_count=None, # Tracer creates replay tests dynamically, skip validation
coverage_expectations=[ coverage_expectations=[
CoverageExpectation(function_name="funcA", expected_coverage=100.0, expected_lines=[6, 7, 8, 9, 11, 14]) CoverageExpectation(function_name="funcA", expected_coverage=100.0, expected_lines=[5, 6, 7, 8, 9, 10])
], ],
) )
cwd = ( cwd = (