Skip to content

Commit a084300

Browse files
committed
update the line converage info
1 parent 361091d commit a084300

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/scripts/end_to_end_test_topological_sort.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
import pathlib
3-
import tomlkit
43

54
from codeflash.code_utils.code_utils import add_addopts_to_pyproject
65
from end_to_end_test_utilities import CoverageExpectation, TestConfig, run_codeflash_command, run_with_retries
@@ -17,7 +16,7 @@ def run_test(expected_improvement_pct: int) -> bool:
1716
CoverageExpectation(
1817
function_name="Graph.topologicalSort",
1918
expected_coverage=100.0,
20-
expected_lines=[24, 25, 26, 27, 28, 29],
19+
expected_lines=[25, 26, 27, 28, 29, 30, 31],
2120
)
2221
],
2322
)

0 commit comments

Comments
 (0)