Skip to content

Commit d07299f

Browse files
committed
one extra truncate
1 parent aa45560 commit d07299f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integrations/server/test_covid_hosp.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def setUp(self):
2525
# clear relevant tables
2626
with Database.connect() as db:
2727
with db.new_cursor() as cur:
28+
cur.execute('truncate table covid_hosp_state_daily')
2829
cur.execute('truncate table covid_hosp_state_timeseries')
2930
cur.execute('truncate table covid_hosp_meta')
3031

0 commit comments

Comments
 (0)