Adjust tests for dry_run wallet simulation

This commit is contained in:
Matthias
2019-12-15 10:39:52 +01:00
parent 5a5741878c
commit c741b67c3c
6 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
# pragma pylint: disable=missing-docstring
from tests.conftest import get_patched_freqtradebot
from unittest.mock import MagicMock
from tests.conftest import get_patched_freqtradebot
def test_sync_wallet_at_boot(mocker, default_conf):
default_conf['dry_run'] = False