Skip to content

Commit 4c8b76f

Browse files
committed
Update test_runner.py
1 parent 5a425c3 commit 4c8b76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/verification/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_behavioral_tests(
6666
"--codeflash_loops_scope=session",
6767
"--codeflash_min_loops=1",
6868
"--codeflash_max_loops=1",
69-
f"--codeflash_seconds={pytest_target_runtime_seconds}"
69+
f"--codeflash_seconds={pytest_target_runtime_seconds}",
7070
]
7171

7272
result_file_path = get_run_tmp_file(Path("pytest_results.xml"))

0 commit comments

Comments
 (0)