From acf5952b317852943cda4d19dc72bcfffbdcf8fc Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Mon, 9 Dec 2024 16:37:46 +0100 Subject: [PATCH] test: Update typo in unstructured test Update typo for file name in test Test COG-685 --- cognee/tests/integration/documents/UnstructuredDocument_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/tests/integration/documents/UnstructuredDocument_test.py b/cognee/tests/integration/documents/UnstructuredDocument_test.py index 7f6e20ba0..418b18810 100644 --- a/cognee/tests/integration/documents/UnstructuredDocument_test.py +++ b/cognee/tests/integration/documents/UnstructuredDocument_test.py @@ -50,7 +50,7 @@ def test_UnstructuredDocument(): ) xlsx_document = UnstructuredDocument( - id=uuid.uuid4(), name="example.xslx", raw_data_location=xlsx_file_path, metadata_id=uuid.uuid4(), + id=uuid.uuid4(), name="example.xlsx", raw_data_location=xlsx_file_path, metadata_id=uuid.uuid4(), mime_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" )