Skip to content

Commit

Permalink
typo'd datetime.date
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu08 committed Nov 27, 2022
1 parent 48f81cd commit abc954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/frame/indexing/test_where.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ def test_where_producing_ea_cond_for_np_dtype():


@pytest.mark.parametrize(
"replacement", [0.001, True, "snake", None, datetime(2022, 5, 4)]
"replacement", [0.001, True, "snake", None, datetime.date(2022, 5, 4)]
)
def test_where_int_overflow(replacement):
# GH 31687
Expand Down

0 comments on commit abc954c

Please sign in to comment.