todo unread note check
This commit is contained in:
parent
f851bc8f40
commit
bc69e2df87
1 changed files with 5 additions and 1 deletions
|
|
@ -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 a new issue