Grid: remove unneeded test
This commit is contained in:
parent
eee266979c
commit
d7284fcd37
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user