Skip to content

Commit 07dced3

Browse files
Update tests/test_unmount.py
Co-authored-by: darrenburns <[email protected]>
1 parent 5cb5dd8 commit 07dced3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_unmount.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
async def test_unmount():
8-
"""Text unmount events are received in reverse DOM order."""
8+
"""Test unmount events are received in reverse DOM order."""
99
unmount_ids: list[str] = []
1010

1111
class UnmountWidget(Container):

0 commit comments

Comments
 (0)