Skip to content

Commit decdd36

Browse files
Update tests/acquisition/covidcast/test_covidcast_row.py
Co-authored-by: melange396 <[email protected]>
1 parent 54891d6 commit decdd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acquisition/covidcast/test_covidcast_row.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_CovidcastRow(self):
3030
"signal": "sig",
3131
"time_type": "day",
3232
"geo_type": "county",
33-
"time_value": 20200202,
33+
"time_value": 2020_02_02,
3434
"geo_value": "01234",
3535
"value": 5.0,
3636
"stderr": 10.0,

0 commit comments

Comments
 (0)