This commit is contained in:
Davis Thames
2018-04-16 17:05:09 -05:00
parent ef3597b083
commit e7315db4c7

View File

@@ -65,7 +65,7 @@ class TestTickerPrices(TestCase):
@vcr.use_cassette('tests/fixtures/ticker_price_weekly.yaml')
def test_ticker_price(self):
"""Test that EOD Prices Endpoint works"""
"""Test that weekly frequency works"""
prices = self._client.get_ticker_price("GOOGL", startDate='2018-01-05',
endDate='2018-01-19', frequency='weekly')
assert len(prices) == 3