Skip to content

Commit 39289e1

Browse files
committed
update tests to expect min_issue
1 parent cf9dc4d commit 39289e1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

integrations/acquisition/covidcast/test_covidcast_meta_caching.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def test_caching(self):
137137
'max_value': 1,
138138
'mean_value': 1,
139139
'stdev_value': 0,
140+
'min_issue': 20200422,
140141
'max_issue': 20200423,
141142
'min_lag': 0,
142143
'max_lag': 1,

integrations/client/test_delphi_epidata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ def test_covidcast_meta(self):
319319
mean_value=12.,
320320
max_value=22.,
321321
stdev_value=8.1649658, # population stdev, not sample, which is 10.
322+
min_issue=DEFAULT_ISSUE,
322323
max_issue=DEFAULT_ISSUE + 2,
323324
min_lag=0,
324325
max_lag=0, # we didn't set lag when inputting data

integrations/server/test_covidcast_meta.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def insert_placeholder_data(self):
129129
'mean_value': 15,
130130
'stdev_value': 5,
131131
'last_update': 123,
132+
'min_issue': 1,
132133
'max_issue': 2,
133134
'min_lag': 0,
134135
'max_lag': 0,

0 commit comments

Comments
 (0)