Skip to content

Commit a9ce20e

Browse files
TST: Remove extra 'test_get_quote_string'.
Fixes #67
1 parent 86468db commit a9ce20e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas_datareader/tests/test_data.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ def test_get_quote_series(self):
162162
df = web.get_quote_yahoo(pd.Series(['GOOG', 'AAPL', 'GOOG']))
163163
assert_series_equal(df.ix[0], df.ix[2])
164164

165-
def test_get_quote_string(self):
166-
df = web.get_quote_yahoo('GOOG')
167-
168165
def test_get_quote_string(self):
169166
_yahoo_codes.update({'MarketCap': 'j1'})
170167
df = web.get_quote_yahoo('GOOG')

0 commit comments

Comments
 (0)