Skip to content

Commit bc68bf7

Browse files
test modified
1 parent ba83fc8 commit bc68bf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_dtype_utc.py renamed to pandas/tests/test_dtype_utc.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def test_dtype_utc(self):
1616

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

19-
2019
expected=pd.Series([datetime.datetime(2016, 12, 12, 22, 24, 6, 100001, tzinfo=pytz.utc) ,
2120
datetime.datetime(2016, 12, 12, 22, 24, 6, 100001, tzinfo=pytz.utc) ,
2221
datetime.datetime(2016, 12, 12, 22, 24, 6, 100001, tzinfo=pytz.utc) ])

0 commit comments

Comments
 (0)