We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575f66f commit caa796cCopy full SHA for caa796c
integrations/acquisition/covid_hosp/state_timeseries/test_scenarios.py
@@ -53,9 +53,9 @@ def test_acquire_dataset(self):
53
self.test_utils.load_sample_dataset()
54
55
# 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)
+ with self.subTest(name='no data yet'):
+ response = Epidata.covid_hosp('MA', Epidata.range(20200101, 20210101))
+ self.assertEqual(response['result'], -2)
59
60
# acquire sample data into local database
61
with self.subTest(name='first acquisition'):
0 commit comments