Update tests/test_unmount.py

Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2024-09-09 10:43:18 +01:00
committed by GitHub
parent 9e4f4db5dc
commit 568a83a226

View File

@@ -50,7 +50,5 @@ async def test_unmount() -> None:
"MyScreen#main",
]
print(unmount_ids)
print(expected)
assert unmount_ids == expected