mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
fix test
This commit is contained in:
@@ -1888,8 +1888,8 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
fn test_get_draft_special_chat_id() {
|
fn test_get_draft_special_chat_id() {
|
||||||
let t = dummy_context();
|
let t = dummy_context();
|
||||||
let draft = get_draft(&t.ctx, DC_CHAT_ID_LAST_SPECIAL);
|
let draft = get_draft(&t.ctx, DC_CHAT_ID_LAST_SPECIAL).unwrap();
|
||||||
assert!(draft.is_err());
|
assert!(draft.is_none());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Reference in New Issue
Block a user