Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jul 31, 2022
1 parent 215d52c commit 12d584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_store/src/limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,6 @@ mod tests {
streams.pop();

// Can now make another request
integration.list(None).await.unwrap().unwrap();
integration.list(None).await.unwrap();
}
}

0 comments on commit 12d584e

Please sign in to comment.