Fix an issue with data.history() in backtest mode

This commit is contained in:
fredfortier
2017-10-20 13:36:39 -04:00
parent 18e19bb1ae
commit f918fc97bc
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class ExchangeBundleTestCase:
assets = [
exchange.get_asset('btc_usdt')
]
dt = pd.to_datetime('2017-9-29 23:59', utc=True)
dt = pd.to_datetime('2017-10-14', utc=True)
values = exchange_bundle.get_spot_values(
assets=assets,