Skip to content

Commit abc954c

Browse files
committed
typo'd datetime.date
1 parent 48f81cd commit abc954c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/indexing/test_where.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ def test_where_producing_ea_cond_for_np_dtype():
10201020

10211021

10221022
@pytest.mark.parametrize(
1023-
"replacement", [0.001, True, "snake", None, datetime(2022, 5, 4)]
1023+
"replacement", [0.001, True, "snake", None, datetime.date(2022, 5, 4)]
10241024
)
10251025
def test_where_int_overflow(replacement):
10261026
# GH 31687

0 commit comments

Comments
 (0)