Skip to content

Commit 07bd5db

Browse files
committed
timing issue in test
1 parent 12f3cc6 commit 07bd5db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_lazy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ async def test_lazy_reveal():
4242
# Only first child should be available initially
4343
assert app.query_one("#foo").display
4444
# Next two aren't mounted yet
45-
assert not app.query("#bar")
4645
assert not app.query("#baz")
4746

4847
# All children should be visible after a pause

0 commit comments

Comments
 (0)