Skip to content

Commit 52fab64

Browse files
author
ExpDev07
committed
tests fixed
1 parent 2c38d2b commit 52fab64

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
@@ -27,7 +27,7 @@ def read_file(self, state):
2727
state = state.lower()
2828

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

3232
if state == 'recovered':
3333
filepath = 'tests/example_data/time_series_19-covid-Recovered.csv'

0 commit comments

Comments
 (0)