Skip to content

Commit caa796c

Browse files
committed
Undo test changes
1 parent 575f66f commit caa796c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integrations/acquisition/covid_hosp/state_timeseries/test_scenarios.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ def test_acquire_dataset(self):
5353
self.test_utils.load_sample_dataset()
5454

5555
# make sure the data does not yet exist
56-
# with self.subTest(name='no data yet'):
57-
# response = Epidata.covid_hosp('MA', Epidata.range(20200101, 20210101))
58-
# self.assertEqual(response['result'], -2)
56+
with self.subTest(name='no data yet'):
57+
response = Epidata.covid_hosp('MA', Epidata.range(20200101, 20210101))
58+
self.assertEqual(response['result'], -2)
5959

6060
# acquire sample data into local database
6161
with self.subTest(name='first acquisition'):

0 commit comments

Comments
 (0)