Skip to content

Commit 69ab735

Browse files
committed
Update keyname
1 parent 1e538ce commit 69ab735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/article-relevance/test_relevance_prediction_parquet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ def test_crossref_extract(tmp_path):
4949
assert output_df.shape == expected_df.shape
5050
# write a test to compare two series to check if they are equal
5151
assert_series_equal(
52-
output_df['gdd_id'],
53-
expected_df['gdd_id'],
52+
output_df['gddid'],
53+
expected_df['gddid'],
5454
check_index_type=False,
5555
check_dtype=False
5656
)

0 commit comments

Comments
 (0)