Skip to content

Commit

Permalink
correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
harryvu-futurehouse committed Jan 10, 2025
1 parent f600954 commit 7c4d21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_paperqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ def test_dois_resolve_to_correct_journals(doi_journals):


def test_docdetails_merge_with_non_list_fields() -> None:
"""Check republication where the source metadata is the same shape."""
"""Check republication where the source metadata has different shapes."""
initial_date = datetime(2023, 1, 1)
doc1 = DocDetails(
citation="Citation 1",
Expand Down

0 comments on commit 7c4d21c

Please sign in to comment.