Xuanwo commented on code in PR #4482:
URL: https://github.com/apache/opendal/pull/4482#discussion_r1565121380


##########
core/src/layers/complete.rs:
##########
@@ -806,7 +806,7 @@ mod tests {
     #[tokio::test]
     async fn test_writer() {
         let op = new_test_operator(Capability::default());
-        let res = op.write("path", vec![]).await;
+        let res = op.write("path", Vec::<u8>::new()).await;

Review Comment:
   Does this change required? I expect `vec![]` can work as is.



-- 
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