Skip to content

Commit d5ed549

Browse files
committed
remove missleading comment
1 parent 90f636e commit d5ed549

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas_datareader/tests/yahoo/test_yahoo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def test_get_data_multiple_symbols(self):
133133

134134
@skip_on_exception(RemoteDataError)
135135
def test_get_data_null_as_missing_data_no_adjust(self):
136-
# just test that we succeed
137136
result = web.get_data_yahoo('SRCE', '20160626', '20160705',
138137
adjust_price=False)
139138
# sanity checking

0 commit comments

Comments
 (0)