diff --git a/src/utils.rs b/src/utils.rs index 6b82b5e..d32faac 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -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; +}