Improve migrations

This commit is contained in:
Matthias
2023-08-13 14:56:05 +02:00
parent ae9f730624
commit 6b9547a9ad
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -52,4 +52,5 @@ def test_strategy_test_v3(dataframe_1m, fee, is_short, side):
side=side) is True
assert strategy.custom_stoploss(pair='ETH/BTC', trade=trade, current_time=datetime.now(),
current_rate=20_000, current_profit=0.05) == strategy.stoploss
current_rate=20_000, current_profit=0.05, after_fill=False
) == strategy.stoploss