add tests

This commit is contained in:
2022-05-03 13:50:10 +02:00
parent 5eddad02ee
commit 4b88165c31
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// use crate::prelude::*;
// #[derive(Copy, Clone, PartialEq)]
#[derive(PartialEq)]
#[derive(PartialEq, Debug)]
pub enum State {
Normal,
Infected,