Skip to content

Commit

Permalink
Fix preprint version creation in crossref tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Dec 16, 2024
1 parent 5e1778e commit 3273e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/identifiers/test_crossref.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def preprint():

@pytest.fixture()
def preprint_version(preprint):
versioned_preprint = PreprintFactory.create_version(preprint=preprint)
versioned_preprint = PreprintFactory.create_version(preprint)
return versioned_preprint

@pytest.fixture()
Expand Down

0 comments on commit 3273e81

Please sign in to comment.