mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
Refactoring 1
This commit is contained in:
committed by
Bronek Kozicki
parent
e514de76ed
commit
4e50087612
@@ -37,7 +37,6 @@
|
||||
#include <chrono>
|
||||
|
||||
namespace ripple {
|
||||
namespace test {
|
||||
namespace detail {
|
||||
constexpr char const*
|
||||
realValidatorContents()
|
||||
@@ -56,6 +55,7 @@ auto constexpr default_expires = std::chrono::seconds{3600};
|
||||
auto constexpr default_effective_overlap = std::chrono::seconds{30};
|
||||
} // namespace detail
|
||||
|
||||
namespace test {
|
||||
class ValidatorSite_test : public beast::unit_test::suite
|
||||
{
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user