We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb5dd8 commit 07dced3Copy full SHA for 07dced3
tests/test_unmount.py
@@ -5,7 +5,7 @@
5
6
7
async def test_unmount():
8
- """Text unmount events are received in reverse DOM order."""
+ """Test unmount events are received in reverse DOM order."""
9
unmount_ids: list[str] = []
10
11
class UnmountWidget(Container):
0 commit comments