Skip to content

Commit

Permalink
Remove space...
Browse files Browse the repository at this point in the history
  • Loading branch information
Canx committed Jan 6, 2025
1 parent 704e0eb commit e2b9e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_NFIX5.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_adjust_trade_position(mock_config, mocker, trade, expected_function):
# rebuy + grind
(MockTrade(False, "61 120"), [], {}),
# rebuy + grind + derisk
(MockTrade(False, "61 120 161"), [], {}),
(MockTrade(False, "61 120 161"), [], {}),
],
)
def test_custom_exit_calls_correct_functions(mock_config, mocker, trade, expected_calls, exit_returns):
Expand Down

0 comments on commit e2b9e82

Please sign in to comment.