chore: Update libxrpl to 2.3.0-b4 (#1667)

This commit is contained in:
Sergey Kuznetsov
2024-09-25 13:39:38 +01:00
committed by GitHub
parent d0c6b65870
commit 87f1c06b5b
7 changed files with 15 additions and 32 deletions

View File

@@ -49,7 +49,7 @@ struct AmendmentCenterTest : util::prometheus::WithPrometheus, MockBackendTest,
TEST_F(AmendmentCenterTest, AllAmendmentsFromLibXRPLAreSupported)
{
for (auto const& [name, _] : ripple::allAmendments()) {
ASSERT_TRUE(amendmentCenter.isSupported(name)) << "XRPL amendment not supported by Clio: " << name;
EXPECT_TRUE(amendmentCenter.isSupported(name)) << "XRPL amendment not supported by Clio: " << name;
}
ASSERT_EQ(amendmentCenter.getSupported().size(), ripple::allAmendments().size());