This commit is contained in:
parent
4bc6b96f73
commit
9fed4a8a32
1 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
// }
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue