Skip to content

Commit c1a5c52

Browse files
author
ExpDev07
committed
works
1 parent 73790f7 commit c1a5c52

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/{}".format(state)
30+
filepath = "tests/example_data/{}.csv".format(state)
3131

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

0 commit comments

Comments
 (0)