Skip to content

Commit 6cce9f5

Browse files
committed
✔ Add missing dtypes for recordIdentifier etc.
1 parent 16bf67e commit 6cce9f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mods4pandas/tests/test_mods4pandas.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ def test_dtypes(tmp_path):
204204
EXPECTED_TYPES = {
205205
# mods_info
206206
r"mets_file": ("object", ["str"]),
207+
r"(recordInfo_)?recordIdentifier.*": ("object", ["str"]),
208+
r"ppn": ("object", ["str"]),
209+
r"ID": ("object", ["str"]),
207210
r"titleInfo_title": ("object", ["str"]),
208211
r"titleInfo_subTitle": ("object", ["str", "NoneType"]),
209212
r"titleInfo_partName": ("object", ["str", "NoneType"]),

0 commit comments

Comments
 (0)