Remove empty test

This commit is contained in:
bitfl0wer 2023-05-27 22:47:46 +02:00
parent c8caf2afb7
commit 1e844445fc
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 0 additions and 7 deletions

View File

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