mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 07:10:53 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -172,9 +172,9 @@ pathTestEnv(beast::unit_test::Suite& suite)
|
||||
// with the search parameters that the tests were written for.
|
||||
using namespace jtx;
|
||||
return Env(suite, 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