Renamed test_data.csv to test_data_options.csv

This commit is contained in:
Juan Pablo Amoroso
2020-03-19 16:11:53 -03:00
parent e0272074da
commit 0f1637fac0
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ TEST_DIR = os.path.abspath(os.path.dirname(__file__))
SAMPLE_DATA_STOCKS = os.path.join(TEST_DIR, 'test_data', 'test_data_stocks.csv')
IVY_PORTFOLIO_DATA = os.path.join(TEST_DIR, 'test_data', 'ivy_portfolio.csv')
SAMPLE_DATA_OPTIONS = os.path.join(TEST_DIR, 'test_data', 'test_data.csv')
SAMPLE_DATA_OPTIONS = os.path.join(TEST_DIR, 'test_data', 'test_data_options.csv')
# DataHandler fixtures