From 5e51893e9ba4a7ceef7cfa4dfd7b084bf3c86bb2 Mon Sep 17 00:00:00 2001 From: Vito <5780819+Tapanito@users.noreply.github.com> Date: Wed, 4 Feb 2026 11:31:58 +0100 Subject: [PATCH] fixes a typo --- src/test/app/LoanBroker_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/app/LoanBroker_test.cpp b/src/test/app/LoanBroker_test.cpp index 2be150c11c..0945b4a04a 100644 --- a/src/test/app/LoanBroker_test.cpp +++ b/src/test/app/LoanBroker_test.cpp @@ -1708,7 +1708,7 @@ class LoanBroker_test : public beast::unit_test::suite testcase("testFixAmendmentEnabled"); Env env{*this}; - BEAST_EXPECT(env.enabled(fixLendingProtocolv1_1)); + BEAST_EXPECT(env.enabled(fixLendingProtocolV1_1)); } public: