Skip to content

Commit

Permalink
test modified
Browse files Browse the repository at this point in the history
  • Loading branch information
opensourceworkAR committed Dec 17, 2016
1 parent ba83fc8 commit bc68bf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_dtype_utc.py → pandas/tests/test_dtype_utc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def test_dtype_utc(self):

filled=data.fillna(method='bfill')


expected=pd.Series([datetime.datetime(2016, 12, 12, 22, 24, 6, 100001, tzinfo=pytz.utc) ,
datetime.datetime(2016, 12, 12, 22, 24, 6, 100001, tzinfo=pytz.utc) ,
datetime.datetime(2016, 12, 12, 22, 24, 6, 100001, tzinfo=pytz.utc) ])
Expand Down

0 comments on commit bc68bf7

Please sign in to comment.