Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
oops
  • Loading branch information
ExpDev07 committed Mar 24, 2020
commit d6eea46ca212f2cd494f2b697053edb92cd8e8c3
2 changes: 1 addition & 1 deletion tests/test_jhu.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read_file(self, state):
"""
Mock HTTP GET-method and return text from file
"""
state = state.lowered()
state = state.lower()

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