fixes a typo

This commit is contained in:
Vito
2026-02-04 11:31:58 +01:00
parent 3422c11d02
commit 5e51893e9b

View File

@@ -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: