diff --git a/src/core/botinstance.rs b/src/core/botinstance.rs index 05cc69f..758ffdf 100644 --- a/src/core/botinstance.rs +++ b/src/core/botinstance.rs @@ -820,9 +820,9 @@ impl BotInstance { // UNIT TEST MODULES -#[cfg(test)] -mod tests { - fn always() { - assert_eq!(1, 1); - } -} +// #[cfg(test)] +// mod tests { +// fn always() { +// assert_eq!(1, 1); +// } +// }