fix tests

This commit is contained in:
Will McGugan
2022-06-17 16:03:05 +01:00
parent 975c696fa9
commit f4c12704fe
7 changed files with 201 additions and 49 deletions

View File

@@ -139,7 +139,7 @@ class AppTest(App):
x -= region.x
y -= region.y
lines = widget.render_lines(y, y + 1)
lines = widget.render_lines(Region(0, y, region.width, 1))
if not lines:
return ""
end = 0