Reduce the NASDAQ test threshold

Not sure why it dropped, but is corroborated by the NASDAQ site
master
Bradlee Speice 2016-08-23 16:56:46 -04:00
parent ba479389bd
commit 495a491096
1 changed files with 1 additions and 1 deletions

View File

@ -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