From 2b4ce0fc218069489b247659fc64e5a20d70e78a Mon Sep 17 00:00:00 2001 From: Oleksandr <115580134+oleks-rip@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:56:44 -0400 Subject: [PATCH] Merge fixes --- src/test/app/Delegate_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/app/Delegate_test.cpp b/src/test/app/Delegate_test.cpp index feca3a41c8..b7d1c46f46 100644 --- a/src/test/app/Delegate_test.cpp +++ b/src/test/app/Delegate_test.cpp @@ -2042,7 +2042,7 @@ class Delegate_test : public beast::unit_test::suite // DO NOT modify expectedDelegableCount unless all scenarios, including // edge cases, have been fully tested and verified. // ==================================================================== - std::size_t const expectedDelegableCount = 77; + std::size_t const expectedDelegableCount = 53; BEAST_EXPECTS( delegableCount == expectedDelegableCount,