diff --git a/src/api/users/users.rs b/src/api/users/users.rs index 4113c6b..098a92f 100644 --- a/src/api/users/users.rs +++ b/src/api/users/users.rs @@ -178,10 +178,3 @@ impl Instance { .await } } - -#[cfg(test)] -mod test { - - #[tokio::test] - async fn get_user() {} -}