mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
@@ -420,9 +420,9 @@ class Feature_test : public beast::unit_test::suite
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// There should be at least 5 amendments. Don't do exact comparison
|
// There should be at least 4 amendments. Don't do exact comparison
|
||||||
// to avoid maintenance as more amendments are added in the future.
|
// to avoid maintenance as more amendments are added in the future.
|
||||||
BEAST_EXPECT(majorities.size() >= 5);
|
BEAST_EXPECT(majorities.size() >= 4);
|
||||||
std::map<std::string, VoteBehavior> const& votes =
|
std::map<std::string, VoteBehavior> const& votes =
|
||||||
ripple::detail::supportedAmendments();
|
ripple::detail::supportedAmendments();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user