todo unread note check
This commit is contained in:
parent
6698c00f78
commit
76e5e31411
|
@ -11,7 +11,6 @@ mod it_test {
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn can_pack() {
|
async fn can_pack() {
|
||||||
prepare().await;
|
prepare().await;
|
||||||
|
|
||||||
let db = database::get_database().unwrap();
|
let db = database::get_database().unwrap();
|
||||||
|
|
||||||
let alice_antenna = user::Entity::find()
|
let alice_antenna = user::Entity::find()
|
||||||
|
@ -59,4 +58,9 @@ mod it_test {
|
||||||
|
|
||||||
cleanup().await;
|
cleanup().await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[tokio::test]
|
||||||
|
async fn unread_note() {
|
||||||
|
todo!();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue