Skip to content

Commit

Permalink
TST: Fix test for GOOG volume
Browse files Browse the repository at this point in the history
  • Loading branch information
David Stephens committed Feb 12, 2020
1 parent d8b01a0 commit a2f0f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas_datareader/tests/yahoo/test_yahoo.py
Expand Up @@ -224,7 +224,7 @@ def test_get_data_yahoo_actions_invalid_symbol(self):

@skip_on_exception(RemoteDataError)
def test_yahoo_reader_class(self):
r = YahooDailyReader("GOOG")
r = YahooDailyReader("GOOG", start="JAN-01-2015")
df = r.read()

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

0 comments on commit a2f0f60

Please sign in to comment.