Skip to content

Commit d6eea46

Browse files
author
ExpDev07
committed
oops
1 parent 4c8da61 commit d6eea46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_jhu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read_file(self, state):
2424
"""
2525
Mock HTTP GET-method and return text from file
2626
"""
27-
state = state.lowered()
27+
state = state.lower()
2828

2929
# Determine filepath.
3030
filepath = "tests/example_data/time_series_19-covid-Time_series_covid19_{}_global.csv".format(state.lower())

0 commit comments

Comments
 (0)