mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-11 04:21:12 +01:00
Fix "no test
in tokio
"
This commit is contained in:
parent
5ccbf8b7b0
commit
93690a3417
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ pub(crate) fn to_form<T: ?Sized + Serialize>(val: &T) -> impl Future<Output = Re
|
|||
}
|
||||
|
||||
// https://github.com/teloxide/teloxide/issues/473
|
||||
#[cfg(test)]
|
||||
#[tokio::test]
|
||||
async fn issue_473() {
|
||||
use crate::{
|
||||
|
|
Loading…
Reference in a new issue