Skip to content

Commit d7dea43

Browse files
Merge pull request #72 from pydata/davidastephens-test_get_quote_string
TST: Remove extra 'test_get_quote_string'.
2 parents 86468db + a9ce20e commit d7dea43

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)