rename test to avoid naming collision

This commit is contained in:
Matthias 2018-12-28 10:04:07 +01:00
parent c955415cc3
commit 065b469a10
1 changed files with 1 additions and 1 deletions

View File

@ -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'}