From f1c7a58e5e77628b21dd8f8c31c8a5464c2a4b7a Mon Sep 17 00:00:00 2001 From: Steve Canny Date: Tue, 17 Dec 2024 12:42:03 -0800 Subject: [PATCH] fix: other test-data fixes --- test_unstructured/partition/test_auto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_unstructured/partition/test_auto.py b/test_unstructured/partition/test_auto.py index 9443058176..74187aa3b0 100644 --- a/test_unstructured/partition/test_auto.py +++ b/test_unstructured/partition/test_auto.py @@ -1286,7 +1286,7 @@ def expected_docx_elements(): Title("These are a few of my favorite things:"), ListItem("Parrots"), ListItem("Hockey"), - Title("Analysis"), + Text("Analysis"), NarrativeText("This is my first thought. This is my second thought."), NarrativeText("This is my third thought."), Text("2023"),