We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbf5d8 commit f89fc40Copy full SHA for f89fc40
1 file changed
test_module.py
@@ -626,13 +626,13 @@ def test_search_keyword(self):
626
"""
627
Test that we can search based on specific keywords
628
629
- When we search for the keyword "3d_shape" the author
+ When we search for the keyword "3d shape" the author
630
Steven A. Cholewiak should be among those listed.
631
When we search for the keyword "Haptics", Oussama Khatib
632
should be listed first.
633
634
# Example 1
635
- authors = [a['name'] for a in scholarly.search_keyword('3d_shape')]
+ authors = [a['name'] for a in scholarly.search_keyword('3d shape')]
636
self.assertIsNot(len(authors), 0)
637
self.assertIn(u'Steven A. Cholewiak, PhD', authors)
638
0 commit comments