Fix tests (#434)

This commit is contained in:
Nikolay Kim 2024-10-10 19:19:12 +05:00 committed by GitHub
parent d101fbc668
commit b0a7658bf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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::*;