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

This commit is contained in:
2025-07-29 20:23:15 +02:00
parent f5bd461401
commit 51575412fa
+2 -1
View File
@@ -139,11 +139,12 @@ def test_printable_dict_of_dicts():
"B: ✓ Success?\n"
"C: SuperPrecisionValue\n"
"D: Result Metadata\n"
"\n"
"# A B C D\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"
"2 Z None 0.0 {'meta': {'nested_key': 42}}"
)
)
])