We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e293e4d + 69eca09 commit edc43a8Copy full SHA for edc43a8
python/jupyterlab-chat/jupyterlab_chat/tests/test_ychat.py
@@ -221,7 +221,7 @@ def test_update_message_append_no_duplicate_mentions():
221
updated_msg = chat.get_message(msg_id)
222
assert updated_msg
223
assert updated_msg.mentions == [USER2.username]
224
- assert len(updated_msg.mentions) == 1
+ assert len(updated_msg.mentions) == 1
225
226
227
def test_indexes_by_id():
0 commit comments