We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07c82a commit c787d67Copy full SHA for c787d67
python-package/tests/test_read_health_facilities.py
@@ -16,6 +16,3 @@ def test_read_health_facilities():
16
17
with pytest.raises(Exception):
18
read_health_facilities(year="banana")
19
-
20
- with pytest.raises(Exception):
21
- read_health_facilities(verbose="banana")
0 commit comments