mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Fix tests (#434)
This commit is contained in:
parent
d101fbc668
commit
b0a7658bf1
1 changed files with 2 additions and 2 deletions
|
@ -614,8 +614,8 @@ mod tests {
|
|||
|
||||
use ntex_bytes::{Bytes, BytesMut, PoolId, PoolRef};
|
||||
use ntex_codec::BytesCodec;
|
||||
use ntex_service::{chain, fn_service, ServiceCtx};
|
||||
use ntex_util::{channel::condition, time::sleep, time::Millis};
|
||||
use ntex_service::ServiceCtx;
|
||||
use ntex_util::{time::sleep, time::Millis};
|
||||
use rand::Rng;
|
||||
|
||||
use super::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue