create tests mod inside utils.rs
This commit is contained in:
parent
f09fc42546
commit
8e93173cba
@ -64,3 +64,10 @@ where
|
||||
teloxide::types::InlineKeyboardButtonKind::CallbackData(ci.get_id()),
|
||||
))
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use teloxide::types::InlineKeyboardButton;
|
||||
use teloxide::types::InlineKeyboardMarkup;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user