Skip to content

Commit 652727d

Browse files
Update integrations/server/test_covidcast_endpoints.py
Co-authored-by: melange396 <[email protected]>
1 parent 10e3dda commit 652727d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/server/test_covidcast_endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _smooth_rows(self, rows: Sequence[float]):
6363

6464
def test_basic(self):
6565
"""Request a signal from the / endpoint."""
66-
rows = [CovidcastRow.make_default_row(time_value=20200401 + i, value=i) for i in range(10)]
66+
rows = [CovidcastRow.make_default_row(time_value=2020_04_01 + i, value=i) for i in range(10)]
6767
first = rows[0]
6868
self._insert_rows(rows)
6969

0 commit comments

Comments
 (0)