Skip to content

Commit

Permalink
Merge pull request #1673 from quantopian/remove-duplicate-test-expira…
Browse files Browse the repository at this point in the history
…tion-date

TST: Remove duplicate key in fixture config.
  • Loading branch information
ehebert authored Feb 3, 2017
2 parents 3be451e + 512c2bf commit 595de98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_continuous_futures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1232,8 +1232,6 @@ def make_futures_info(self):
'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(
Expand Down

0 comments on commit 595de98

Please sign in to comment.