Skip to content

Commit 88b967a

Browse files
committed
Fix: correct workaround.
1 parent a31463c commit 88b967a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/tests/overall_1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ async fn test_client_updates_core(
771771
// Sometimes, we get just a cursor update. If so, verify this then wait
772772
// for the text update.
773773
assert_eq!(
774-
codechat_server.get_message_timeout(TIMEOUT).await.unwrap(),
774+
msg,
775775
EditorMessage {
776776
id: client_id,
777777
message: EditorMessageContents::Update(UpdateMessageContents {

0 commit comments

Comments
 (0)