fix: Make test suite names match the directory name (#5597)

This change fixes the suite names all around the test files, to make them match to the folder name in which this test files are located. Also, the RCL test files are relocated to the consensus folder, because they are testing consensus functionality.
This commit is contained in:
Oleksandr Hrabar
2025-08-11 14:12:36 -04:00
committed by GitHub
parent 97f0747e10
commit b7ed99426b
104 changed files with 137 additions and 137 deletions

View File

@@ -1052,6 +1052,6 @@ public:
}
};
BEAST_DEFINE_TESTSUITE(STAmount, ripple_data, ripple);
BEAST_DEFINE_TESTSUITE(STAmount, protocol, ripple);
} // namespace ripple