We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db2bef commit 2cd59b3Copy full SHA for 2cd59b3
1 file changed
test_module.py
@@ -653,7 +653,7 @@ def test_search_pubs_empty_publication(self):
653
"""
654
Test that searching for an empty publication returns zero results
655
656
- 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('')]
657
self.assertIs(len(pubs), 0)
658
659
def test_search_pubs_citedby(self):
0 commit comments