tustvold commented on code in PR #4984:
URL: https://github.com/apache/arrow-rs/pull/4984#discussion_r1372379803


##########
object_store/src/lib.rs:
##########
@@ -1406,14 +1472,66 @@ mod tests {
             // Can retrieve previous version
             let get_opts = storage.get_opts(&path, options).await.unwrap();
             let old = get_opts.bytes().await.unwrap();
-            assert_eq!(old, b"foo".as_slice());
+            assert_eq!(old, b"test".as_slice());

Review Comment:
   This was a merge conflict from #4935 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to