smoltest #17

Merged
modulatingforce merged 2 commits from temp into main 2024-02-28 00:25:20 -05:00
Showing only changes of commit 9fed4a8a32 - Show all commits

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