We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cd33a commit ecbc213Copy full SHA for ecbc213
1 file changed
test_module.py
@@ -229,7 +229,7 @@ def test_search_author_single_author(self):
229
# Check for the complete list of coauthors
230
self.assertGreaterEqual(len(author['coauthors']), 20)
231
if len(author['coauthors']) > 20:
232
- self.assertGreaterEqual(len(author['coauthors']), 36)
+ self.assertGreaterEqual(len(author['coauthors']), 35)
233
self.assertTrue('I23YUh8AAAAJ' in [_coauth['scholar_id'] for _coauth in author['coauthors']])
234
235
def test_search_author_multiple_authors(self):
0 commit comments