Skip to content

Commit 2cd3bc4

Browse files
committed
Update tests to prevent failures
Fixes #402.
1 parent ad7d2a4 commit 2cd3bc4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test_module.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def test_search_author_id_filled(self):
347347
self.assertGreaterEqual(len(author['publications']), 179)
348348
pub = author['publications'][1]
349349
self.assertEqual(pub["citedby_url"],
350-
"https://scholar.google.com/scholar?oi=bibs&hl=en&cites=6983837810323809551")
350+
"https://scholar.google.com/scholar?oi=bibs&hl=en&cites=9976400141451962702")
351351

352352
@unittest.skipIf(os.getenv("CONNECTION_METHOD") in {None, "none", "freeproxy"}, reason="No robust proxy setup")
353353
def test_search_pubs(self):
@@ -658,8 +658,8 @@ def test_download_mandates_csv(self):
658658
}
659659
agency_2020 = {
660660
"US National Science Foundation": "86%",
661-
"Department of Science & Technology, India": "47%",
662-
"Swedish Research Council": "88%",
661+
"Department of Science & Technology, India": "48%",
662+
"Swedish Research Council": "89%",
663663
"Swedish Research Council for Environment, Agricultural Sciences and Spatial Planning": "88%"
664664
}
665665

0 commit comments

Comments
 (0)