We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31463c commit 88b967aCopy full SHA for 88b967a
1 file changed
server/tests/overall_1.rs
@@ -771,7 +771,7 @@ async fn test_client_updates_core(
771
// Sometimes, we get just a cursor update. If so, verify this then wait
772
// for the text update.
773
assert_eq!(
774
- codechat_server.get_message_timeout(TIMEOUT).await.unwrap(),
+ msg,
775
EditorMessage {
776
id: client_id,
777
message: EditorMessageContents::Update(UpdateMessageContents {
0 commit comments