remove unit tests
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful

This commit is contained in:
ModulatingForce 2024-02-28 00:15:16 -05:00
parent 4bc6b96f73
commit 9fed4a8a32

View file

@ -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);
// }
// }