From 0bd2fca40b648d6bef54388616832fce82528a59 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 10 May 2020 09:55:41 +0200 Subject: [PATCH] Update tests/test_integration.py Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> --- tests/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_integration.py b/tests/test_integration.py index ee6ef3cb2..90cdde61f 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -97,7 +97,7 @@ def test_may_execute_sell_stoploss_on_exchange_multi(default_conf, ticker, fee, # Only order for 3rd trade needs to be cancelled assert cancel_order_mock.call_count == 1 # Wallets must be updated between stoploss cancellation and selling, and will be updated again - # During update_trade_state + # during update_trade_state assert wallets_mock.call_count == 3 trade = trades[0]