mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 06:56:29 +03:00
sql: switch from sqlx to rusqlite
This commit is contained in:
@@ -426,7 +426,7 @@ test some special html-characters as < > and & but also " and &#x
|
||||
#[async_std::test]
|
||||
async fn test_get_html_empty() {
|
||||
let t = TestContext::new().await;
|
||||
let msg_id = MsgId::new_unset();
|
||||
let msg_id = MsgId::new(100);
|
||||
assert!(msg_id.get_html(&t).await.unwrap().is_none())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user