diff --git a/object_store/src/limit.rs b/object_store/src/limit.rs index d3c79c4a9362..fd21ccb58d7b 100644 --- a/object_store/src/limit.rs +++ b/object_store/src/limit.rs @@ -258,6 +258,6 @@ mod tests { streams.pop(); // Can now make another request - integration.list(None).await.unwrap().unwrap(); + integration.list(None).await.unwrap(); } }