From 065b469a106d0cb978667ca9a82173d1d31aa89a Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 28 Dec 2018 10:04:07 +0100 Subject: [PATCH] rename test to avoid naming collision --- freqtrade/tests/data/test_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/tests/data/test_history.py b/freqtrade/tests/data/test_history.py index 8923a60b6..bc859b325 100644 --- a/freqtrade/tests/data/test_history.py +++ b/freqtrade/tests/data/test_history.py @@ -450,7 +450,7 @@ def test_trim_tickerlist() -> None: assert not ticker -def test_file_dump_json() -> None: +def test_file_dump_json_tofile() -> None: file = os.path.join(os.path.dirname(__file__), '..', 'testdata', 'test_{id}.json'.format(id=str(uuid.uuid4()))) data = {'bar': 'foo'}