mirror of
				https://github.com/bspeice/metrik
				synced 2025-11-03 18:00:51 -05:00 
			
		
		
		
	Reduce the NASDAQ test threshold
Not sure why it dropped, but is corroborated by the NASDAQ site
This commit is contained in:
		@ -7,7 +7,7 @@ class NasdaqTest(TestCase):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    def test_company_list(self):
 | 
					    def test_company_list(self):
 | 
				
			||||||
        companies = NasdaqCompanyList.retrieve_data()['companies']
 | 
					        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
 | 
					        # TODO: Get lists of companies from ETF holdings and verify that they
 | 
				
			||||||
        # can be found here as well - this should be a superset
 | 
					        # can be found here as well - this should be a superset
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user