Skip to content

Commit 58b7089

Browse files
committed
remove unnecessary check
1 parent 7a4429e commit 58b7089

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/test/app/AMMClawback_test.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,9 @@ class AMMClawback_test : public jtx::AMMTest
14691469
void
14701470
testNotHoldingLptoken(FeatureBitset features)
14711471
{
1472-
testcase("test AMMClawback from account which does not own any lptoken in the pool");
1472+
testcase(
1473+
"test AMMClawback from account which does not own any lptoken in "
1474+
"the pool");
14731475
using namespace jtx;
14741476

14751477
Env env(*this, features);

src/xrpld/app/tx/detail/InvariantCheck.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,7 @@ using InvariantChecks = std::tuple<
465465
ValidNewAccountRoot,
466466
ValidNFTokenPage,
467467
NFTokenCountTracking,
468-
ValidClawback,
469-
ValidAMMClawback>;
468+
ValidClawback>;
470469

471470
/**
472471
* @brief get a tuple of all invariant checks

0 commit comments

Comments
 (0)