allow unwrap in src/commands.rs's tests

This commit is contained in:
Akulij 2025-06-07 03:30:45 +05:00
parent 93852b9155
commit 4b78ebbb7b

View File

@ -67,6 +67,7 @@ impl BotCommand {
}
#[cfg(test)]
#[allow(clippy::unwrap_used)]
mod tests {
use super::*;