Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf committed Jan 24, 2024
1 parent dbba9fb commit 750723d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/layers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ mod tests {

assert!(with_bitmask.contains_groups(GameLayer::Enemy));
assert!(!with_bitmask.contains_groups(GameLayer::Player));
assert!(!with_bitmask.contains_masks(GameLayer::Player));

assert!(with_bitmask.contains_masks(GameLayer::Ground));
assert!(!with_bitmask.contains_masks(GameLayer::Enemy));
}
}

0 comments on commit 750723d

Please sign in to comment.