Skip to content

Commit 2cd59b3

Browse files
keko24arunkannawadi
authored andcommitted
Removed the string in search_pubs in test_search_empty_publication.
1 parent 0db2bef commit 2cd59b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ def test_search_pubs_empty_publication(self):
653653
"""
654654
Test that searching for an empty publication returns zero results
655655
"""
656-
pubs = [p for p in scholarly.search_pubs('Perception of physical stability and center of mass of 3D objects')]
656+
pubs = [p for p in scholarly.search_pubs('')]
657657
self.assertIs(len(pubs), 0)
658658

659659
def test_search_pubs_citedby(self):

0 commit comments

Comments
 (0)