From 2609ea7602da458c3252e7ced570a75ae8d2453a Mon Sep 17 00:00:00 2001 From: Jingchen Date: Thu, 11 Jun 2026 15:13:34 +0100 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/tests/libxrpl/ledger/AmendmentTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/libxrpl/ledger/AmendmentTable.cpp b/src/tests/libxrpl/ledger/AmendmentTable.cpp index 196cb9e19b..43763746ed 100644 --- a/src/tests/libxrpl/ledger/AmendmentTable.cpp +++ b/src/tests/libxrpl/ledger/AmendmentTable.cpp @@ -887,7 +887,7 @@ TEST_F(AmendmentTableTest, changed_unl) TEST_F(AmendmentTableTest, validator_flapping) { // We run a test where a validator flaps on and off every 23 hours - // and another one one where it flaps on and off every 25 hours. + // and another one where it flaps on and off every 25 hours. // // Since the local validator vote record expires after 24 hours, // with 23 hour flapping the amendment will go live. But with 25