From 512c2bfb83dd613e01e3957dffe296a4786b6067 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Thu, 2 Feb 2017 23:09:02 -0500 Subject: [PATCH] TST: Remove duplicate key in fixture config. Should be no functional change. --- tests/test_continuous_futures.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_continuous_futures.py b/tests/test_continuous_futures.py index 68389afb..da6c1214 100644 --- a/tests/test_continuous_futures.py +++ b/tests/test_continuous_futures.py @@ -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(