Grid: remove unneeded test

This commit is contained in:
Simon Gardling 2025-03-27 14:58:42 -04:00
parent eee266979c
commit d7284fcd37
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -155,13 +155,6 @@ where
mod tests { mod tests {
use super::*; 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] #[test]
fn test_grid_new() { fn test_grid_new() {
let mut rng = rand::thread_rng(); let mut rng = rand::thread_rng();