mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-10 14:07:59 -06:00
test: improve input & map_builder test coverage
This commit is contained in:
@@ -20,6 +20,6 @@ fn all_asset_paths_exist() {
|
||||
fn asset_paths_are_non_empty() {
|
||||
for asset in Asset::iter() {
|
||||
let path = asset.path();
|
||||
assert!(!path.is_empty(), "Asset path for {:?} should not be empty", asset);
|
||||
assert_that(&path.is_empty()).is_false();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user