TST: Remove duplicate key in fixture config.

Should be no functional change.
This commit is contained in:
Eddie Hebert
2017-02-02 23:09:02 -05:00
parent 3be451e259
commit 512c2bfb83
-2
View File
@@ -1232,8 +1232,6 @@ class OrderedContractsTestCase(WithAssetFinder,
'start_date': pd.date_range('2015-01-01', periods=4, tz="UTC"),
'end_date': pd.date_range('2016-01-01', periods=4, tz="UTC"),
'notice_date': pd.date_range('2016-01-01', periods=4, tz="UTC"),
'expiration_date': pd.date_range(
'2016-01-01', periods=4, tz="UTC"),
'expiration_date': pd.date_range(
'2016-01-01', periods=4, tz="UTC"),
'auto_close_date': pd.date_range(