From 67c3bad97790de375e696254c842cfe6f4e4ceae Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 2 Feb 2024 06:43:41 +0100 Subject: [PATCH] Fix misspelled comment --- tests/test_freqtradebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_freqtradebot.py b/tests/test_freqtradebot.py index b3df537f8..bd0b131af 100644 --- a/tests/test_freqtradebot.py +++ b/tests/test_freqtradebot.py @@ -4209,7 +4209,7 @@ def test_may_execute_trade_exit_after_stoploss_on_exchange_hit( assert not trade.has_open_orders # Assuming stoploss on exchange is hit - # trade should be sold at the price of stoploss, with exit_reaeon STOPLOSS_ON_EXCHANGE + # trade should be sold at the price of stoploss, with exit_reason STOPLOSS_ON_EXCHANGE stoploss_executed = MagicMock(return_value={ "id": "123", "timestamp": 1542707426845,