From 495a49109612029c1ac9141512d9024ae0ed4e86 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Tue, 23 Aug 2016 16:56:46 -0400 Subject: [PATCH] Reduce the NASDAQ test threshold Not sure why it dropped, but is corroborated by the NASDAQ site --- test/tasks/test_nasdaq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tasks/test_nasdaq.py b/test/tasks/test_nasdaq.py index daee5ce..4f550e6 100644 --- a/test/tasks/test_nasdaq.py +++ b/test/tasks/test_nasdaq.py @@ -7,7 +7,7 @@ class NasdaqTest(TestCase): def test_company_list(self): companies = NasdaqCompanyList.retrieve_data()['companies'] - assert len(companies) > 6000 + assert len(companies) > 4000 # TODO: Get lists of companies from ETF holdings and verify that they # can be found here as well - this should be a superset