We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5566561 commit c1b81f1Copy full SHA for c1b81f1
pandas_datareader/tests/test_google_options.py
@@ -51,7 +51,7 @@ def test_expiry_dates(self):
51
dates = self.goog.expiry_dates
52
except RemoteDataError as e: # pragma: no cover
53
raise nose.SkipTest(e)
54
- self.assertTrue(len(dates) > 10)
+ self.assertTrue(len(dates) > 6)
55
56
def test_get_call_data(self):
57
with tm.assertRaises(NotImplementedError):
0 commit comments