Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankarlos committed Dec 26, 2019
1 parent fe0d6cb commit 38ee7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def test_datetime():

with warnings.catch_warnings():
warnings.simplefilter("ignore", FutureWarning)
assert datetime.date(2015, 7, 10) == pd.datetime.date(2015, 7, 10)
assert datetime(2015, 1, 2, 0, 0) == pd.datetime(2015, 1, 2, 0, 0)


class TestApi(Base):
Expand Down

0 comments on commit 38ee7ce

Please sign in to comment.