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: