wip surreal

This commit is contained in:
Per Stark
2024-10-13 21:20:12 +02:00
parent 83d8452316
commit ce75c4656f
3 changed files with 158 additions and 23 deletions

View File

@@ -197,7 +197,7 @@ mod tests {
let test_sha = "dummysha256hash".to_string();
let test_file_info = FileInfo {
uuid: Uuid::new_v4(),
uuid: Uuid::new_v4().to_string(),
sha256: test_sha.clone(),
path: "/path/to/file".to_string(),
mime_type: "text/plain".to_string(),
@@ -222,7 +222,7 @@ mod tests {
let test_sha = "dummysha256hash".to_string();
let test_file_info = FileInfo {
uuid: Uuid::new_v4(),
uuid: Uuid::new_v4().to_string(),
sha256: test_sha.clone(),
path: "/path/to/file".to_string(),
mime_type: "text/plain".to_string(),