Skip to content

Commit 59cd889

Browse files
committed
Shouldn't pass
1 parent fe6f2ab commit 59cd889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changehc/tests/test_update_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def test_update_sensor_output_daterange(self):
138138
"num": [0, 100, 200, 300, 400, 500, 600, 100, 200, 300, 400, 500, 600] * 2,
139139
"fips": ["01001"] * 13 + ["42003"] * 13,
140140
"den": [30, 50, 50, 10, 1, 5, 5, 50, 50, 50, 0, 0, 0] * 2,
141-
"date": list(pd.date_range("20200301", "20200313")) * 2
141+
"timestamp": list(pd.date_range("20200301", "20200313")) * 2
142142
}).set_index(["fips", "date"])
143143
startdates = ["2020-03-01", "2020-03-05"]
144144
outputs = {s:{} for s in startdates}

0 commit comments

Comments
 (0)