Skip to content

Commit

Permalink
Removed the string in search_pubs in test_search_empty_publication.
Browse files Browse the repository at this point in the history
  • Loading branch information
keko24 authored Jun 25, 2024
1 parent acb5a86 commit dd08bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def test_search_pubs_empty_publication(self):
"""
Test that searching for an empty publication returns zero results
"""
pubs = [p for p in scholarly.search_pubs('Perception of physical stability and center of mass of 3D objects')]
pubs = [p for p in scholarly.search_pubs('')]
self.assertIs(len(pubs), 0)

def test_search_pubs_citedby(self):
Expand Down

0 comments on commit dd08bd4

Please sign in to comment.