Skip to content

Commit

Permalink
remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
yinyiqian1 committed Sep 19, 2024
1 parent 7a4429e commit 58b7089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/test/app/AMMClawback_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,9 @@ class AMMClawback_test : public jtx::AMMTest
void
testNotHoldingLptoken(FeatureBitset features)
{
testcase("test AMMClawback from account which does not own any lptoken in the pool");
testcase(
"test AMMClawback from account which does not own any lptoken in "
"the pool");
using namespace jtx;

Env env(*this, features);
Expand Down
3 changes: 1 addition & 2 deletions src/xrpld/app/tx/detail/InvariantCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,7 @@ using InvariantChecks = std::tuple<
ValidNewAccountRoot,
ValidNFTokenPage,
NFTokenCountTracking,
ValidClawback,
ValidAMMClawback>;
ValidClawback>;

/**
* @brief get a tuple of all invariant checks
Expand Down

0 comments on commit 58b7089

Please sign in to comment.