Skip to content

Commit b9190a3

Browse files
committed
🐛 Update test
1 parent f332f46 commit b9190a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mods4pandas/tests/test_mods4pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def test_dtypes(tmp_path):
197197
]
198198
mods_info_df_parquet = (tmp_path / "test_dtypes_mods_info.parquet").as_posix()
199199
page_info_df_parquet = (tmp_path / "test_dtypes_page_info.parquet").as_posix()
200-
process(mets_files, mods_info_df_parquet, page_info_df_parquet)
200+
process(mets_files, mods_info_df_parquet, page_info_df_parquet, [])
201201
mods_info_df = pd.read_parquet(mods_info_df_parquet)
202202
page_info_df = pd.read_parquet(page_info_df_parquet)
203203

0 commit comments

Comments
 (0)