Skip to content

Commit 50f28ed

Browse files
author
ExpDev07
committed
fix tests
1 parent 5b7d52b commit 50f28ed

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/example_data/time_series_19-covid-Recovered.csv renamed to tests/example_data/time_series_covid19_recovered_global.csv

File renamed without changes.

tests/test_jhu.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ def read_file(self, state):
3333
# Determine filepath.
3434
filepath = "tests/example_data/{}.csv".format(state)
3535

36-
if state == "recovered":
37-
filepath = "tests/example_data/time_series_19-covid-Recovered.csv"
38-
3936
# Return fake response.
4037
print("Try to read {}".format(filepath))
4138
with open(filepath, "r") as file:

0 commit comments

Comments
 (0)