fix(tests): resolve unit test compilation issue for update document details page

This commit is contained in:
perf3ct 2025-07-11 05:00:41 +00:00
parent bddc86694b
commit 22c6ae112e
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 12 additions and 0 deletions

View File

@ -30,6 +30,12 @@ fn test_document_response_conversion_with_ocr() {
original_created_at: None,
original_modified_at: None,
source_metadata: None,
source_path: None,
source_type: None,
source_id: None,
file_permissions: None,
file_owner: None,
file_group: None,
};
let response: DocumentResponse = document.clone().into();
@ -69,6 +75,12 @@ fn test_document_response_conversion_without_ocr() {
original_created_at: None,
original_modified_at: None,
source_metadata: None,
source_path: None,
source_type: None,
source_id: None,
file_permissions: None,
file_owner: None,
file_group: None,
};
let response: DocumentResponse = document.clone().into();