Fix errors

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-11-24 12:39:05 +00:00
parent 3a9e7f5306
commit f77013758e

View File

@@ -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();