We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c08c5 commit 3218062Copy full SHA for 3218062
src/chat.rs
@@ -7724,6 +7724,7 @@ mod tests {
7724
let self_chat = alice.get_self_chat().await.id;
7725
self_chat.set_draft(&alice, Some(&mut msg)).await.unwrap();
7726
let draft1 = self_chat.get_draft(&alice).await?.unwrap();
7727
+ tokio::time::sleep(Duration::from_millis(800)).await;
7728
7729
let draft2 = self_chat.get_draft(&alice).await?.unwrap();
7730
assert_eq!(draft1.timestamp_sort, draft2.timestamp_sort);
0 commit comments