mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove debug
This commit is contained in:
@@ -163,8 +163,6 @@ async def test_move_after_permutations() -> None:
|
||||
await pilot.app.mount(container)
|
||||
await pilot.pause()
|
||||
|
||||
print(1, container.children)
|
||||
print(2, child)
|
||||
container.move_child(child, after=target)
|
||||
assert container._nodes[0].id == "widget-1"
|
||||
assert container._nodes[1].id == "widget-0"
|
||||
|
||||
Reference in New Issue
Block a user