Update tests/test_utils_printing.py
Run CI Tests / test (push) Successful in 31s

This commit is contained in:
2025-07-29 19:49:26 +02:00
parent 9b4f7e301c
commit ecb953d373
+2 -2
View File
@@ -113,8 +113,8 @@ def test_printable_dict_of_dicts():
expected = (
"AnotherSection:\n"
"---------------\n"
"x: True\n"
"another_long_key: None\n"
"x: True\n"
"\n"
"SectionOne:\n"
"-----------\n"
@@ -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}}\n"