mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-20 12:54:19 +01:00
Fix tests
This commit is contained in:
@@ -132,7 +132,7 @@ class TestTiingoWithPython(TestCase):
|
||||
columns=requested_columns,
|
||||
fmt='json')
|
||||
assert len(prices) == 1
|
||||
assert len(prices.columns) == len(requested_columns.split(",")) + 1
|
||||
assert len(prices.columns) == len(requested_columns.split(','))
|
||||
|
||||
def test_metric_name_column_error(self):
|
||||
with self.assertRaises(APIColumnNameError):
|
||||
|
||||
Reference in New Issue
Block a user