Skip to content

Commit 18ad4fc

Browse files
committed
✔ test_alto: Add missing dtype for 'alto_file'
1 parent c3c89e1 commit 18ad4fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mods4pandas/tests/test_alto.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def test_dtypes(tmp_path):
102102
alto_info_df = pd.read_parquet(alto_info_df_parquet)
103103

104104
EXPECTED_TYPES = {
105+
r"alto_file": ("object", ["str"]),
105106
r"Description_.*": ("object", ["str", "NoneType"]),
106107
r"Layout_Page_ID": ("object", ["str", "NoneType"]),
107108
r"Layout_Page_PHYSICAL_(IMG|IMAGE)_NR": ("object", ["str", "NoneType"]),

0 commit comments

Comments
 (0)