We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb8992 commit a356310Copy full SHA for a356310
integrations/acquisition/covid_hosp/state_daily/test_scenarios.py
@@ -148,7 +148,7 @@ def test_acquire_dataset(self):
148
self.assertEqual(row['total_patients_hospitalized_confirmed_influenza_covid_coverage'], 56)
149
self.assertIsNone(row['critical_staffing_shortage_today_no'])
150
151
- # should have data from 03-16 00:00:01AM, dataset4.csv
+ # should have data from 03-16 00:00:01AM
152
row = response['epidata'][1]
153
self.assertEqual(row['state'], 'WY')
154
self.assertEqual(row['date'], 20201210)
0 commit comments