Small fixes

This commit is contained in:
Matthias
2019-08-24 15:21:16 +02:00
parent 1336781f8f
commit 240936eb19
3 changed files with 4 additions and 4 deletions

View File

@@ -258,7 +258,7 @@ def test_generate_profit_graph():
fig = generate_profit_graph(pairs, tickers, trades)
assert isinstance(fig, go.Figure)
assert fig.layout.title.text == "Profit plot"
assert fig.layout.title.text == "Freqtrade Profit plot"
assert fig.layout.yaxis.title.text == "Price"
assert fig.layout.yaxis2.title.text == "Profit"
assert fig.layout.yaxis3.title.text == "Profit"