Skip to content

Commit c53c15a

Browse files
LeonLu2krivard
andauthored
Update integrations/server/test_covidcast.py
Co-authored-by: Katie Mazaitis <[email protected]>
1 parent 79e32dc commit c53c15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/server/test_covidcast.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def _insert_placeholder_set_five(self):
8080
self._make_placeholder_row(time_value=2000_01_01, value=i*1., stderr=i*10., sample_size=i*100., issue=2000_01_03+i)[0]
8181
for i in [1, 2, 3]
8282
] + [
83-
# issue intended to overlap with the issue above
83+
# different time_values, same issues
8484
self._make_placeholder_row(time_value=2000_01_01+i-3, value=i*1., stderr=i*10., sample_size=i*100., issue=2000_01_03+i-3)[0]
8585
for i in [4, 5, 6]
8686
]

0 commit comments

Comments
 (0)