Skip to content

Commit a356310

Browse files
committed
doc(covid_hosp): fix comment
1 parent fbb8992 commit a356310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/acquisition/covid_hosp/state_daily/test_scenarios.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_acquire_dataset(self):
148148
self.assertEqual(row['total_patients_hospitalized_confirmed_influenza_covid_coverage'], 56)
149149
self.assertIsNone(row['critical_staffing_shortage_today_no'])
150150

151-
# should have data from 03-16 00:00:01AM, dataset4.csv
151+
# should have data from 03-16 00:00:01AM
152152
row = response['epidata'][1]
153153
self.assertEqual(row['state'], 'WY')
154154
self.assertEqual(row['date'], 20201210)

0 commit comments

Comments
 (0)