From 7957c74063419c437c683445996581c676f311b0 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Mon, 6 Mar 2023 21:53:17 +0100 Subject: [PATCH] removed test artifact --- src/app/commands/health.rs | 11 ----------- 1 file changed, 11 deletions(-) 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) - } -}