Update tests to reflect new selling msg

This commit is contained in:
Samuel Husso
2018-01-21 19:33:19 +02:00
parent ddd62277c2
commit 6abbf45042
3 changed files with 18 additions and 7 deletions

View File

@@ -193,7 +193,7 @@ def execute_sell(trade: Trade, limit: float) -> None:
profit_trade = trade.calc_profit(rate=limit)
current_rate = exchange.get_ticker(trade.pair, False)['bid']
current_profit = trade.calc_profit_percent(current_rate)
message = """*{exchange}:* Selling
*Current Pair:* [{pair}]({pair_url})
*Limit:* `{limit}`