We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2e77c commit fd742b7Copy full SHA for fd742b7
pandas/tests/test_base.py
@@ -1378,4 +1378,4 @@ def test_constructor_datetime_outofbound(self, a, klass):
1378
# Explicit dtype specified
1379
# Forced conversion fails for all -> all cases raise error
1380
with pytest.raises(pd.errors.OutOfBoundsDatetime):
1381
- klass(a, dtype='datetime64[ns]')
+ klass(a, dtype='datetime64[ns]')
0 commit comments