We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4429e commit 58b7089Copy full SHA for 58b7089
src/test/app/AMMClawback_test.cpp
@@ -1469,7 +1469,9 @@ class AMMClawback_test : public jtx::AMMTest
1469
void
1470
testNotHoldingLptoken(FeatureBitset features)
1471
{
1472
- testcase("test AMMClawback from account which does not own any lptoken in the pool");
+ testcase(
1473
+ "test AMMClawback from account which does not own any lptoken in "
1474
+ "the pool");
1475
using namespace jtx;
1476
1477
Env env(*this, features);
src/xrpld/app/tx/detail/InvariantCheck.h
@@ -465,8 +465,7 @@ using InvariantChecks = std::tuple<
465
ValidNewAccountRoot,
466
ValidNFTokenPage,
467
NFTokenCountTracking,
468
- ValidClawback,
469
- ValidAMMClawback>;
+ ValidClawback>;
470
471
/**
472
* @brief get a tuple of all invariant checks
0 commit comments