removed test artifact

This commit is contained in:
2023-03-06 21:53:17 +01:00
parent 33f9fb2764
commit 7957c74063

View File

@@ -89,14 +89,3 @@ impl Health {
} }
#[cfg(test)]
mod test {
use std::env;
#[test]
fn download() {
println!("{}", env::consts::OS);
assert!(false)
}
}