Skip to content

Commit 2aac3ec

Browse files
gliptakjreback
authored andcommitted
Correct test_get_options_data (#352)
1 parent 51d5881 commit 2aac3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/tests/google/test_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_get_options_data_yearmonth(self):
5050
def test_expiry_dates(self):
5151
dates = self.goog.expiry_dates
5252

53-
assert len(dates) == 2
53+
assert len(dates) == 1
5454
assert isinstance(dates, list)
5555
assert all(isinstance(dt, date) for dt in dates)
5656

0 commit comments

Comments
 (0)