Skip to content

Commit dafa57b

Browse files
author
David Stephens
committed
TST: Fix test for GOOG volume
1 parent b09e39a commit dafa57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/tests/yahoo/test_yahoo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def test_get_data_yahoo_actions_invalid_symbol(self):
224224

225225
@skip_on_exception(RemoteDataError)
226226
def test_yahoo_reader_class(self):
227-
r = YahooDailyReader("GOOG")
227+
r = YahooDailyReader("GOOG", start="JAN-01-2015")
228228
df = r.read()
229229

230230
assert df.Volume.loc["JAN-02-2015"] == 1447500

0 commit comments

Comments
 (0)