diff --git a/crates/protocols/src/swift/expiration_worker.rs b/crates/protocols/src/swift/expiration_worker.rs index 70d048e0e..079e5335d 100644 --- a/crates/protocols/src/swift/expiration_worker.rs +++ b/crates/protocols/src/swift/expiration_worker.rs @@ -666,7 +666,7 @@ mod tests { } impl MockExpirationObjectBackend { - fn with_metadata_result(result: SwiftResult>>) -> Self { + fn with_metadata_result(result: MetadataResult) -> Self { Self { metadata_results: Mutex::new(VecDeque::from([result])), ..Default::default()