From 9fed4a8a32ea59dca869026975a5009648e62748 Mon Sep 17 00:00:00 2001 From: ModulatingForce <116608425+modulatingforce@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:15:16 -0500 Subject: [PATCH] remove unit tests --- src/core/botinstance.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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); +// } +// }