We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8da61 commit d6eea46Copy full SHA for d6eea46
tests/test_jhu.py
@@ -24,7 +24,7 @@ def read_file(self, state):
24
"""
25
Mock HTTP GET-method and return text from file
26
27
- state = state.lowered()
+ state = state.lower()
28
29
# Determine filepath.
30
filepath = "tests/example_data/time_series_19-covid-Time_series_covid19_{}_global.csv".format(state.lower())
0 commit comments