test modified

This commit is contained in:
Rodolfo Fernandez 2016-12-17 10:14:25 -08:00
parent ba83fc85ab
commit bc68bf7a3e
1 changed files with 0 additions and 1 deletions

View File

@ -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) ])