diff --git a/src/app/commands/health.rs b/src/app/commands/health.rs index b217698..4cbca6c 100644 --- a/src/app/commands/health.rs +++ b/src/app/commands/health.rs @@ -89,14 +89,3 @@ impl Health { } -#[cfg(test)] -mod test { - use std::env; - - - #[test] - fn download() { - println!("{}", env::consts::OS); - assert!(false) - } -}