corrected error

This commit is contained in:
Davis Thames
2018-06-09 16:26:48 -05:00
parent a4147d8793
commit deb5285a74
2 changed files with 2 additions and 2 deletions

View File

@@ -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()