test fixes

This commit is contained in:
Will McGugan 2021-02-13 18:17:14 +00:00
parent da69cff49f
commit 60f41610cd
4 changed files with 16 additions and 3 deletions

View file

@ -22,6 +22,7 @@ def test_render():
top["asdasd"]
layout["left"].update("foobar")
print(layout["left"].children)
console = Console(width=60, color_system=None)