mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
parent
f47e830cfb
commit
15019a2a43
32 changed files with 196 additions and 118 deletions
|
@ -241,7 +241,7 @@ mod tests {
|
|||
fn call(&self, _: ()) -> Self::Future<'_> {
|
||||
let fut = crate::time::sleep(self.0);
|
||||
Box::pin(async move {
|
||||
let _ = fut.await;
|
||||
fut.await;
|
||||
Ok::<_, SrvError>(())
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue