diff --git a/src/test/app/ConfidentialTransfer_test.cpp b/src/test/app/ConfidentialTransfer_test.cpp index cd719d641b..4211474467 100644 --- a/src/test/app/ConfidentialTransfer_test.cpp +++ b/src/test/app/ConfidentialTransfer_test.cpp @@ -57,6 +57,7 @@ namespace xrpl { +// NOLINTBEGIN(misc-const-correctness) class ConfidentialTransfer_test : public beast::unit_test::Suite { // Offset where the bulletproof begins in a send proof blob. @@ -2076,7 +2077,6 @@ class ConfidentialTransfer_test : public beast::unit_test::Suite using namespace test::jtx; Env env{*this, features}; Account const alice("alice"), bob("bob"), carol("carol"); - // NOLINTNEXTLINE(misc-const-correctness) ConfidentialEnv confEnv{ env, alice, @@ -9820,6 +9820,7 @@ public: testWithFeats(all); } }; +// NOLINTEND(misc-const-correctness) BEAST_DEFINE_TESTSUITE(ConfidentialTransfer, app, xrpl); } // namespace xrpl