Abe Adam

Results 2 issues of Abe Adam

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...

Would be great if we have test helpers to easily see which tasks executed in which order. I have an enqueueTaskGroup and I would like to be able to test...