From 1e844445fca198fa3ca5ec9105269402cfcdf03e Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Sat, 27 May 2023 22:47:46 +0200 Subject: [PATCH] Remove empty test --- src/api/users/users.rs | 7 ------- 1 file changed, 7 deletions(-) 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() {} -}