fix(rustfs): restore test compilation (#7780)

This commit is contained in:
Chris
2026-09-14 02:59:39 +08:00
committed by GitHub
parent 02b3cd3032
commit 478cce587d
2 changed files with 1 additions and 1 deletions
@@ -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],
},
+1
View File
@@ -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};