fix: ruff formatting

This commit is contained in:
Stijnvandenbroek
2026-03-04 10:27:39 +00:00
parent 87d3e9ed20
commit f6158d561a
3 changed files with 28 additions and 8 deletions

View File

@@ -114,7 +114,9 @@ class TestSearchPreviewTable:
assert "" in result
def test_multiple_rows_correct_count(self):
rows = [{"title": f"St {i}", "city": "City", "price": i * 1000} for i in range(5)]
rows = [
{"title": f"St {i}", "city": "City", "price": i * 1000} for i in range(5)
]
result = _search_preview_table(rows)
lines = result.split("\n")
# header + separator + 5 data rows