diff --git a/src/test_utils.rs b/src/test_utils.rs index 7a8028b0f..3b57724be 100644 --- a/src/test_utils.rs +++ b/src/test_utils.rs @@ -599,7 +599,6 @@ impl TestContext { /// [`TestContext::recv_msg`] with the returned [`SentMessage`] if it wants to receive /// the message. pub async fn send_msg(&self, chat_id: ChatId, msg: &mut Message) -> SentMessage<'_> { - chat::prepare_msg(self, chat_id, msg).await.unwrap(); let msg_id = chat::send_msg(self, chat_id, msg).await.unwrap(); let res = self.pop_sent_msg().await; assert_eq!(