Skip to content

Commit

Permalink
Delete test for private method
Browse files Browse the repository at this point in the history
  • Loading branch information
odarbelaeze committed Mar 18, 2024
1 parent 762bb37 commit 9169e2f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/entities/test_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,3 @@ def test_cited_by_year():
assert res.get(2021) == 12
assert res.get(2022) == 2
assert res.get(2023) == 0


def test_primary_year():
collection = Collection(articles=articles)

res = collection.primary_year
assert res == 2000

0 comments on commit 9169e2f

Please sign in to comment.