From 76a0aea8a6bd4dc486bc944486f3d10311dc93d4 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 29 Jul 2025 19:59:55 +0200 Subject: [PATCH] Update tests/test_utils_printing.py --- tests/test_utils_printing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils_printing.py b/tests/test_utils_printing.py index b3310e528..d632797d7 100644 --- a/tests/test_utils_printing.py +++ b/tests/test_utils_printing.py @@ -140,7 +140,7 @@ def test_printable_dict_of_dicts(): "C: SuperPrecisionValue\n" "D: Result Metadata\n" "# A B C D\n" - "- ------------- ----- ---------- ----------------------------\n" + "--------------- ----- ---------- ----------------------------\n" "0 X1 True 0.1234 {'meta': 'ok'}\n" "1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]}\n" "2 Z None 0.0 {'meta': {'nested_key': 42}}"