mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 11:54:19 +01:00
corrected error
This commit is contained in:
@@ -61,7 +61,7 @@ class TestTiingoWithoutPython(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
if pandas_is_installed:
|
||||
self.skipTest("test_tiingo_without_pandas: Pandas not installed.")
|
||||
self.skipTest("test_tiingo_without_pandas: Pandas is installed.")
|
||||
else:
|
||||
self._client = TiingoClient()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user