todo unread note check

This commit is contained in:
Namekuji 2023-05-27 07:02:10 -04:00
parent 6698c00f78
commit 76e5e31411
No known key found for this signature in database
GPG Key ID: B541BD6E646CABC7
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,6 @@ mod it_test {
#[tokio::test]
async fn can_pack() {
prepare().await;
let db = database::get_database().unwrap();
let alice_antenna = user::Entity::find()
@ -59,4 +58,9 @@ mod it_test {
cleanup().await;
}
#[tokio::test]
async fn unread_note() {
todo!();
}
}