mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
Typo fix (#3738)
This commit is contained in:
@@ -428,14 +428,14 @@ mod tests {
|
|||||||
.await?;
|
.await?;
|
||||||
alice.flush_status_updates().await?;
|
alice.flush_status_updates().await?;
|
||||||
let sent2 = alice.pop_sent_msg().await;
|
let sent2 = alice.pop_sent_msg().await;
|
||||||
let sent2_rfc742_mid = Message::load_from_db(&alice, sent2.sender_msg_id)
|
let sent2_rfc724_mid = Message::load_from_db(&alice, sent2.sender_msg_id)
|
||||||
.await?
|
.await?
|
||||||
.rfc724_mid;
|
.rfc724_mid;
|
||||||
|
|
||||||
// not downloading the status update results in an placeholder
|
// not downloading the status update results in an placeholder
|
||||||
receive_imf_inner(
|
receive_imf_inner(
|
||||||
&bob,
|
&bob,
|
||||||
&sent2_rfc742_mid,
|
&sent2_rfc724_mid,
|
||||||
sent2.payload().as_bytes(),
|
sent2.payload().as_bytes(),
|
||||||
false,
|
false,
|
||||||
Some(sent2.payload().len() as u32),
|
Some(sent2.payload().len() as u32),
|
||||||
@@ -451,7 +451,7 @@ mod tests {
|
|||||||
// (usually status updates are too small for not being downloaded directly)
|
// (usually status updates are too small for not being downloaded directly)
|
||||||
receive_imf_inner(
|
receive_imf_inner(
|
||||||
&bob,
|
&bob,
|
||||||
&sent2_rfc742_mid,
|
&sent2_rfc724_mid,
|
||||||
sent2.payload().as_bytes(),
|
sent2.payload().as_bytes(),
|
||||||
false,
|
false,
|
||||||
None,
|
None,
|
||||||
|
|||||||
Reference in New Issue
Block a user