mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-31 02:25:04 -06:00
chore: setup --debug/--release args for web build script & recipe, fix test lint
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ fn test_atlas_mapper_multiple_frames() {
|
||||
assert!(mapper.frames.contains_key("tile1"));
|
||||
assert!(mapper.frames.contains_key("tile2"));
|
||||
assert!(!mapper.frames.contains_key("tile3"));
|
||||
assert!(mapper.frames.get("nonexistent").is_none());
|
||||
assert!(!mapper.frames.contains_key("nonexistent"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user