Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Sep 25, 2024
1 parent a9e2ee4 commit b76fc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='pridepy',
version='0.0.2',
version='0.0.3',
author="PRIDE Team",
author_email="[email protected]",
description="Python Client library for PRIDE Rest API",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_search_projects(self):
project = Project()

result = project.get_projects(77, 0, "ASC", "submission_date")
assert len(result['_embedded']['projects']) == 77
assert len(result['_embedded']['projects']) == 68

result = project.get_by_accession("PXD009476")
assert result['accession'] == "PXD009476"
Expand Down

0 comments on commit b76fc09

Please sign in to comment.