We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de13030 commit c47e480Copy full SHA for c47e480
1 file changed
tests/scripts/end_to_end_test_topological_sort_worktree.py
@@ -17,7 +17,7 @@ def run_test(expected_improvement_pct: int) -> bool:
17
expected_lines=[25, 26, 27, 28, 29, 30, 31],
18
)
19
],
20
- expected_unit_tests=1,
+ expected_unit_tests=13,
21
22
cwd = (pathlib.Path(__file__).parent.parent.parent / "code_to_optimize").resolve()
23
return_var = run_codeflash_command(cwd, config, expected_improvement_pct)
0 commit comments