Remove empty test

This commit is contained in:
bitfl0wer 2023-05-27 22:47:46 +02:00
parent 915ab010ed
commit b1760af9d2
1 changed files with 0 additions and 7 deletions

View File

@ -178,10 +178,3 @@ impl Instance {
.await .await
} }
} }
#[cfg(test)]
mod test {
#[tokio::test]
async fn get_user() {}
}