Grid: remove unneeded test

This commit is contained in:
2025-03-27 14:58:42 -04:00
parent eee266979c
commit d7284fcd37

View File

@@ -155,13 +155,6 @@ where
mod tests {
use super::*;
#[test]
#[should_panic]
fn test_grid_new_panics() {
let mut rng = rand::thread_rng();
let _ = Grid::new(5, 5, &mut rng, vec![]);
}
#[test]
fn test_grid_new() {
let mut rng = rand::thread_rng();