From 64b5c3cf8f938c2485df6c36e7673ffa50d7c434 Mon Sep 17 00:00:00 2001 From: Shawn Xie Date: Mon, 4 May 2026 15:12:18 -0400 Subject: [PATCH] update delegable test cnt --- 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 e9af56879a..c087d3ae3f 100644 --- a/src/test/app/Delegate_test.cpp +++ b/src/test/app/Delegate_test.cpp @@ -2038,7 +2038,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 = 80; + std::size_t const expectedDelegableCount = 56; BEAST_EXPECTS( delegableCount == expectedDelegableCount,