Skip to content

Commit edc43a8

Browse files
committed
Merge remote changes, keeping local test assertions without comments
2 parents e293e4d + 69eca09 commit edc43a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/jupyterlab-chat/jupyterlab_chat/tests/test_ychat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def test_update_message_append_no_duplicate_mentions():
221221
updated_msg = chat.get_message(msg_id)
222222
assert updated_msg
223223
assert updated_msg.mentions == [USER2.username]
224-
assert len(updated_msg.mentions) == 1
224+
assert len(updated_msg.mentions) == 1
225225

226226

227227
def test_indexes_by_id():

0 commit comments

Comments
 (0)