Skip to content

Commit ac2d7f1

Browse files
committed
close connection
1 parent 3c2bd8d commit ac2d7f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pickle_patcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ def test_run_and_parse_picklepatch() -> None:
287287
total_benchmark_timings = codeflash_benchmark_plugin.get_benchmark_timings(output_file)
288288
function_to_results = validate_and_format_benchmark_table(function_benchmark_timings, total_benchmark_timings)
289289
assert "code_to_optimize.bubble_sort_picklepatch_test_unused_socket.bubble_sort_with_unused_socket" in function_to_results
290+
conn.close()
290291

291292
test_name, total_time, function_time, percent = function_to_results["code_to_optimize.bubble_sort_picklepatch_test_unused_socket.bubble_sort_with_unused_socket"][0]
292293
assert total_time > 0.0

0 commit comments

Comments
 (0)