Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Sep 24, 2024
1 parent bdfa44c commit 9dce34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self) -> None:
self.input = Input()
self.label = Label()
self.loading_indicator = LoadingIndicator()
self.log = Log()
self.log_ = Log()
self.option_list = OptionList()
self.rich_log = RichLog()
self.switch = Switch()
Expand Down

0 comments on commit 9dce34c

Please sign in to comment.