Use better naming
This commit is contained in:
2
tests/testdata/testconfigs/recursive.json
vendored
2
tests/testdata/testconfigs/recursive.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
// This file fails as it's loading itself over and over
|
||||
"files": [
|
||||
"add_config_files": [
|
||||
"./recursive.json"
|
||||
]
|
||||
}
|
||||
|
@@ -15,7 +15,7 @@
|
||||
"order_book_top": 1,
|
||||
"price_last_balance": 0.0
|
||||
},
|
||||
"files": [
|
||||
"add_config_files": [
|
||||
"./test_pricing2_conf.json"
|
||||
]
|
||||
}
|
||||
|
2
tests/testdata/testconfigs/testconfig.json
vendored
2
tests/testdata/testconfigs/testconfig.json
vendored
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"files": [
|
||||
"add_config_files": [
|
||||
"test_base_config.json",
|
||||
"test_pricing_conf.json"
|
||||
]
|
||||
|
Reference in New Issue
Block a user