Skip to content

Commit c1b81f1

Browse files
authored
TST: Google Options len(dates) (#231)
1 parent 5566561 commit c1b81f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/tests/test_google_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_expiry_dates(self):
5151
dates = self.goog.expiry_dates
5252
except RemoteDataError as e: # pragma: no cover
5353
raise nose.SkipTest(e)
54-
self.assertTrue(len(dates) > 10)
54+
self.assertTrue(len(dates) > 6)
5555

5656
def test_get_call_data(self):
5757
with tm.assertRaises(NotImplementedError):

0 commit comments

Comments
 (0)