From b371593084e188ef0fc34848a225a81ba9cb47f1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 18 Dec 2023 07:08:05 +0100 Subject: [PATCH] Move previous test config to tests --- .gitignore | 1 - .../testdata/testconfigs/main_test_config.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename config_examples/config_bittrex.example.json => tests/testdata/testconfigs/main_test_config.json (98%) diff --git a/.gitignore b/.gitignore index 400a082f3..c818981ee 100644 --- a/.gitignore +++ b/.gitignore @@ -111,7 +111,6 @@ target/ #exceptions !*.gitkeep !config_examples/config_binance.example.json -!config_examples/config_bittrex.example.json !config_examples/config_full.example.json !config_examples/config_kraken.example.json !config_examples/config_freqai.example.json diff --git a/config_examples/config_bittrex.example.json b/tests/testdata/testconfigs/main_test_config.json similarity index 98% rename from config_examples/config_bittrex.example.json rename to tests/testdata/testconfigs/main_test_config.json index 882b92edc..0af5816dc 100644 --- a/config_examples/config_bittrex.example.json +++ b/tests/testdata/testconfigs/main_test_config.json @@ -29,7 +29,7 @@ "order_book_top": 1 }, "exchange": { - "name": "bittrex", + "name": "binance", "key": "your_exchange_key", "secret": "your_exchange_secret", "ccxt_config": {},