mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 21:36:39 +08:00
TST: Remove duplicate key in fixture config.
Should be no functional change.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user