Xuanwo commented on code in PR #2909:
URL:
https://github.com/apache/incubator-opendal/pull/2909#discussion_r1304311031
##########
core/tests/behavior/copy.rs:
##########
@@ -40,12 +40,12 @@ pub fn behavior_copy_tests(op: &Operator) -> Vec<Trial> {
/// Copy a file and test with stat.
pub async fn test_copy_file(op: Operator) -> Result<()> {
- let source_path = uuid::Uuid::new_v4().to_string();
+ let source_path = format!("{}ππΊδΈζ.docx", uuid::Uuid::new_v4());
Review Comment:
It's better to add a new test case instead of changing existing test.
--
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]