Skip to content

Commit da6954e

Browse files
Merge pull request #419 from scholarly-python-package/develop
Update values in test_module
2 parents b37c9e9 + e96cbfe commit da6954e

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
@@ -533,7 +533,7 @@ def test_public_access(self):
533533
"""
534534
author = scholarly.search_author_id("f4KlrXIAAAAJ")
535535
scholarly.fill(author, sections=['basics', 'public_access', 'publications'])
536-
self.assertGreaterEqual(author["public_access"]["available"], 1180)
536+
self.assertGreaterEqual(author["public_access"]["available"], 1150)
537537
self.assertEqual(author["public_access"]["available"],
538538
sum(pub.get("public_access", None) is True for pub in author["publications"]))
539539
self.assertEqual(author["public_access"]["not_available"],
@@ -655,8 +655,8 @@ def test_download_mandates_csv(self):
655655
"Swedish Research Council for Environment, Agricultural Sciences and Spatial Planning": ""
656656
}
657657
agency_2020 = {
658-
"US National Science Foundation": "86%",
659-
"Department of Science & Technology, India": "48%",
658+
"US National Science Foundation": "87%",
659+
"Department of Science & Technology, India": "49%",
660660
"Swedish Research Council": "89%",
661661
"Swedish Research Council for Environment, Agricultural Sciences and Spatial Planning": "88%"
662662
}

0 commit comments

Comments
 (0)