Skip to content

Commit 914d062

Browse files
changed default resolution
1 parent f3f5411 commit 914d062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/resample/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_resample_empty_sum_string(string_dtype_no_object, min_count):
170170
result = rs.sum(min_count=min_count)
171171

172172
value = "" if min_count == 0 else pd.NA
173-
index = date_range(start="2000-01-01", freq="20s", periods=2, unit="s")
173+
index = date_range(start="2000-01-01", freq="20s", periods=2)
174174
expected = Series(value, index=index, dtype=dtype)
175175
tm.assert_series_equal(result, expected)
176176

0 commit comments

Comments
 (0)