Simplify exit msg method further

This commit is contained in:
Matthias
2024-01-06 11:06:05 +01:00
parent e4977d4cbd
commit 690a3599d0
2 changed files with 23 additions and 31 deletions

View File

@@ -2234,7 +2234,7 @@ def test_send_msg_sell_notification(default_conf, mocker) -> None:
'*Open Rate:* `0.00007500`\n'
'*Current Rate:* `0.00003201`\n'
'*Exit Rate:* `0.00003201`\n'
'*Remaining:* `(0.01 ETH, -24.812 USD)`'
'*Remaining:* `(0.01 ETH / -24.812 USD)`'
)
msg_mock.reset_mock()