mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2026-02-01 00:54:21 +01:00
Fix missed line in test_tiingo
This commit is contained in:
@@ -115,6 +115,7 @@ class TestTickerPrices(TestCase):
|
||||
assert any(ticker['assetType' == 'Mutual Fund' for ticker in tickers)
|
||||
assert any(ticker['assetType' == 'ETF' for ticker in tickers)
|
||||
|
||||
@vcr.use_cassette('tests/fixtures/list_stock_tickers.yaml')
|
||||
def test_list_multi_stock_tickers(self):
|
||||
tickers = self._client.list_tickers(['Stock', 'ETF'])
|
||||
assert len(tickers) > 1
|
||||
|
||||
Reference in New Issue
Block a user