Fix a typo in tests/command.rs

This commit is contained in:
Hirrolot 2022-10-03 20:28:57 +06:00 committed by GitHub
parent 013cd8e01d
commit bd4b74a297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
use teloxide_macros::BotCommands;
// Import only trait _methods_, such that we can call `parse`, but we also test
// that proc macros works without the trait being imported.
// that proc macros work without the trait being imported.
use teloxide::utils::command::BotCommands as _;
#[test]