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

This commit is contained in:
2025-07-29 20:15:11 +02:00
parent c93786a697
commit dcfa4445ba
+2
View File
@@ -149,4 +149,6 @@ def test_printable_dict_of_dicts():
])
def test_printable_table(data, labels, expected):
out = printable_table(data, labels=labels, enumerate_lines=True, make_legend=True)
print(repr(out))
print(repr(expected))
assert out == expected