mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-08 19:10:47 +08:00
Merge pull request #1673 from quantopian/remove-duplicate-test-expiration-date
TST: Remove duplicate key in fixture config.
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