mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-20 21:04:19 +01:00
Fix test_get_dataframe_with_volume_column, don't take the length of the string
This commit is contained in:
@@ -122,7 +122,7 @@ class TestTiingoWithPython(TestCase):
|
|||||||
columns=requested_column,
|
columns=requested_column,
|
||||||
fmt='json')
|
fmt='json')
|
||||||
assert len(prices) == 1
|
assert len(prices) == 1
|
||||||
assert len(prices.columns) == len(requested_column) + 1
|
assert len(prices.columns) == 1
|
||||||
|
|
||||||
@vcr.use_cassette('tests/fixtures/ticker_price_with_multiple_columns.yaml')
|
@vcr.use_cassette('tests/fixtures/ticker_price_with_multiple_columns.yaml')
|
||||||
def test_get_dataframe_with_multiple_columns(self):
|
def test_get_dataframe_with_multiple_columns(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user