We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa45560 commit d07299fCopy full SHA for d07299f
integrations/server/test_covid_hosp.py
@@ -25,6 +25,7 @@ def setUp(self):
25
# clear relevant tables
26
with Database.connect() as db:
27
with db.new_cursor() as cur:
28
+ cur.execute('truncate table covid_hosp_state_daily')
29
cur.execute('truncate table covid_hosp_state_timeseries')
30
cur.execute('truncate table covid_hosp_meta')
31
0 commit comments