Skip to content

Commit

Permalink
Check proper active widget (#6613)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Mar 29, 2024
1 parent d59b23b commit 9bfff01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/tests/chat/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_file_input_only(self):

def test_active_widget(self, chat_interface):
active_widget = chat_interface.active_widget
assert isinstance(active_widget, TextInput)
assert isinstance(active_widget, ChatAreaInput)

def test_active(self):
widget = TextInput(name="input")
Expand Down

0 comments on commit 9bfff01

Please sign in to comment.