Skip to content

Commit 0ea18d3

Browse files
committed
fixed styling error for CI
1 parent 26657d8 commit 0ea18d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,4 +614,4 @@ def mock_typing() -> None:
614614
else:
615615
set_footer_text.assert_called_once_with()
616616
assert controller.is_typing_notification_in_progress is False
617-
assert controller.active_conversation_info == {}
617+
assert controller.active_conversation_info == {}

0 commit comments

Comments
 (0)