Skip to content

Commit

Permalink
#2963: Updates unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromsl committed Jul 5, 2022
1 parent aac9990 commit 473705e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/identifiers/tests/test_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def test_create_crossref_article_context_published(self):
'date_accepted': None,
'date_published': self.article_published.date_published,
'doi': '10.0000/TST.2',
'id': 2,
'license': '',
'pages': self.article_published.page_numbers,
'scheduled': True,
Expand All @@ -258,6 +259,7 @@ def test_create_crossref_article_context_not_published(self):
'date_accepted': None,
'date_published': None,
'doi': self.doi_one.identifier,
'id': self.article_one.id,
'license': submission_models.Licence.objects.filter(
journal=self.journal_one,
).first().url,
Expand Down

0 comments on commit 473705e

Please sign in to comment.