mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
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]
|
||||
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!();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue