Merge pull request #9159 from stash86/fix-adjust

remove old codes when we only can do partial entries
This commit is contained in:
Matthias
2023-09-08 08:04:20 +02:00
committed by GitHub
2 changed files with 5 additions and 21 deletions

View File

@@ -347,8 +347,8 @@ async def test_telegram_status_multi_entry(default_conf, update, mocker, fee) ->
msg = msg_mock.call_args_list[3][0][0]
assert re.search(r'Number of Entries.*2', msg)
assert re.search(r'Number of Exits.*1', msg)
assert re.search(r'Average Entry Price', msg)
assert re.search(r'Order filled', msg)
assert re.search(r'from 1st entry rate', msg)
assert re.search(r'Order Filled', msg)
assert re.search(r'Close Date:', msg) is None
assert re.search(r'Close Profit:', msg) is None