mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 18:26:51 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -101,9 +101,9 @@ class Path_test : public beast::unit_test::Suite
|
||||
// with the search parameters that the tests were written for.
|
||||
using namespace jtx;
|
||||
return Env(*this, envconfig([](std::unique_ptr<Config> cfg) {
|
||||
cfg->PATH_SEARCH_OLD = 7;
|
||||
cfg->PATH_SEARCH = 7;
|
||||
cfg->PATH_SEARCH_MAX = 10;
|
||||
cfg->pathSearchOld = 7;
|
||||
cfg->pathSearch = 7;
|
||||
cfg->pathSearchMax = 10;
|
||||
return cfg;
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user