mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-18 16:45:11 +00:00
fix(rustfs): restore test compilation (#7780)
This commit is contained in:
@@ -1478,7 +1478,6 @@ mod tests {
|
||||
consent_uid: "019e3ae0-0000-7000-8000-000000000015".to_owned(),
|
||||
policy_revision: 7,
|
||||
expires_at_unix: now + 120,
|
||||
nonce: [0x6b; 32],
|
||||
confirmed: true,
|
||||
nonce: [0x6b; 32],
|
||||
},
|
||||
|
||||
@@ -1740,6 +1740,7 @@ mod tests {
|
||||
use std::future::Future as _;
|
||||
use std::pin::Pin;
|
||||
use std::task::{Context, Poll};
|
||||
use std::time::Duration;
|
||||
use tokio::io;
|
||||
use tokio::io::{AsyncReadExt, AsyncWriteExt};
|
||||
use tokio::net::{TcpListener, TcpStream};
|
||||
|
||||
Reference in New Issue
Block a user