Skip to content

Commit 69e5edf

Browse files
committed
Update end_to_end_test_topological_sort_worktree.py
1 parent 61a3e27 commit 69e5edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/end_to_end_test_topological_sort_worktree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_test(expected_improvement_pct: int) -> bool:
1717
expected_lines=[25, 26, 27, 28, 29, 30, 31],
1818
)
1919
],
20-
expected_unit_tests=1,
20+
expected_unit_tests=13,
2121
)
2222
cwd = (pathlib.Path(__file__).parent.parent.parent / "code_to_optimize").resolve()
2323
return_var = run_codeflash_command(cwd, config, expected_improvement_pct)

0 commit comments

Comments
 (0)