mirror of
https://github.com/chatmail/core.git
synced 2026-05-21 07:46:31 +03:00
fix typo
This commit is contained in:
@@ -1700,7 +1700,7 @@ mod tests {
|
|||||||
format!("<{}>", msg.rfc724_mid).as_str()
|
format!("<{}>", msg.rfc724_mid).as_str()
|
||||||
));
|
));
|
||||||
assert!(is_known_rfc724_mid(&t.ctx, &msg.rfc724_mid));
|
assert!(is_known_rfc724_mid(&t.ctx, &msg.rfc724_mid));
|
||||||
assert!(!is_known_rfc724_mid(&t.ctx, "unexistant@message.id"));
|
assert!(!is_known_rfc724_mid(&t.ctx, "nonexistant@message.id"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
@@ -1717,6 +1717,6 @@ mod tests {
|
|||||||
format!("<{}>", msg.rfc724_mid).as_str()
|
format!("<{}>", msg.rfc724_mid).as_str()
|
||||||
));
|
));
|
||||||
assert!(is_msgrmsg_rfc724_mid(&t.ctx, &msg.rfc724_mid));
|
assert!(is_msgrmsg_rfc724_mid(&t.ctx, &msg.rfc724_mid));
|
||||||
assert!(!is_msgrmsg_rfc724_mid(&t.ctx, "unexistant@message.id"));
|
assert!(!is_msgrmsg_rfc724_mid(&t.ctx, "nonexistant@message.id"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user