Update final tests

This commit is contained in:
Matthias
2023-07-09 19:44:33 +02:00
parent ec2960a167
commit 2babb36fc2
5 changed files with 10 additions and 10 deletions

View File

@@ -1396,7 +1396,7 @@ def test_start_list_data(testdatadir, capsys):
pargs['config'] = None
start_list_data(pargs)
captured = capsys.readouterr()
assert "Found 17 pair / timeframe combinations." in captured.out
assert "Found 16 pair / timeframe combinations." in captured.out
assert "\n| Pair | Timeframe | Type |\n" in captured.out
assert "\n| UNITTEST/BTC | 1m, 5m, 8m, 30m | spot |\n" in captured.out