Skip to content

Commit c47e480

Browse files
committed
it should be 13
1 parent de13030 commit c47e480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)