mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix test
This commit is contained in:
@@ -312,9 +312,9 @@ def test_spacing_add():
|
||||
def test_split():
|
||||
assert Region(10, 5, 22, 15).split(10, 5) == (
|
||||
Region(10, 5, 10, 5),
|
||||
Region(20, 5, 12, 10),
|
||||
Region(20, 5, 12, 5),
|
||||
Region(10, 10, 10, 10),
|
||||
Region(20, 10, 10, 5),
|
||||
Region(20, 10, 12, 10),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user