Skip to content

Commit 9dce34c

Browse files
committed
fix test
1 parent bdfa44c commit 9dce34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(self) -> None:
4343
self.input = Input()
4444
self.label = Label()
4545
self.loading_indicator = LoadingIndicator()
46-
self.log = Log()
46+
self.log_ = Log()
4747
self.option_list = OptionList()
4848
self.rich_log = RichLog()
4949
self.switch = Switch()

0 commit comments

Comments
 (0)