Skip to content

Commit 4d15999

Browse files
committed
docstring
1 parent dabe7a6 commit 4d15999

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_widget.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,8 @@ def compose(self) -> ComposeResult:
671671

672672

673673
async def test_click_line_api_border():
674+
"""Regression test for https://github.com/Textualize/textual/issues/5634"""
675+
674676
class MyApp(App):
675677
def compose(self) -> ComposeResult:
676678
self.my_log = Log()

0 commit comments

Comments
 (0)