You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OHLC test is currently always failing.
if you go to https://sandbox.iexapis.com/stable/stock/aapl/ohlc you will notice it returns an empty object, so line 11 in OHLC.service.ts results in an error data.open.price doesn't have data.open.
I am wondering if we should disable the test for now? The current test failure is blocking the latest version on the main branch.
The text was updated successfully, but these errors were encountered:
OHLC test is currently always failing.
if you go to https://sandbox.iexapis.com/stable/stock/aapl/ohlc you will notice it returns an empty object, so line 11 in OHLC.service.ts results in an error
data.open.price
doesn't havedata.open
.I am wondering if we should disable the test for now? The current test failure is blocking the latest version on the main branch.
The text was updated successfully, but these errors were encountered: