Skip to content

Commit 6c092b5

Browse files
KRRT7claude
andcommitted
fix: update expected coverage lines for optimized async e2e code
The optimized code removes `import time`, shifting all function lines up by 1. Update expected_lines from [10-20] to [9-19] to match. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9505451 commit 6c092b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/scripts/end_to_end_test_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def run_test(expected_improvement_pct: int) -> bool:
1313
CoverageExpectation(
1414
function_name="retry_with_backoff",
1515
expected_coverage=100.0,
16-
expected_lines=[10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
16+
expected_lines=[9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19],
1717
)
1818
],
1919
)

0 commit comments

Comments
 (0)