Skip to content

Commit

Permalink
fix: remove old test, like wtf?
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn2910 committed Feb 4, 2025
1 parent 9f48c00 commit 40b6c79
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions modules/weapons/src/shells.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,4 @@ mod test {
assert_eq!(shell.get_damages().missile, 0.0);
assert_eq!(shell.get_damages().satellite, 0.0);
}

#[cfg(feature = "load_configuration")]
#[test]
fn load_config() {
let mut p = std::env::current_dir().unwrap();
p.push("../../data/config/weapons");

let store = crate::loader::load(p).unwrap();

dbg!(store);
}
}

0 comments on commit 40b6c79

Please sign in to comment.