Skip to content

Commit 6868adc

Browse files
[fix] Reformatted project files (#85)
1 parent 98793a9 commit 6868adc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_redis_benchmark_csv_format.py

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def test_redis_benchmark_export_logic():
4343
assert "JSON.SET" in results_dict["Tests"]
4444
assert "73391.80" == results_dict["Tests"]["JSON.SET"]["rps"]
4545

46-
4746
with open("./tests/test_data/redis-benchmark-6.2.0-csv.out.2", "r") as csv_file:
4847
csv_data = csv_file.read()
4948
results_dict = redis_benchmark_from_stdout_csv_to_json(

0 commit comments

Comments
 (0)