This commit is contained in:
Will McGugan 2021-02-15 20:48:36 +00:00
parent 9a29b36514
commit a7fa23dcb3
7 changed files with 71 additions and 62 deletions

View file

@ -49,6 +49,6 @@ def test_tree():
console.print(layout.tree, height=10)
result = capture.get()
print(repr(result))
expected = "'root' (ratio=1) \n├── ⬇ (size=2) \n└── ⬇ (ratio=1) \n"
expected = "'root' (ratio=1) \n├── ■ (size=2) \n└── ■ (ratio=1) \n"
assert result == expected