Skip to content

Commit

Permalink
Fix unit-test merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Nov 14, 2024
1 parent 6936e1e commit 07bc1c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/app/AMM_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ struct AMM_test : public jtx::AMMTest
testcase("Invalid Deposit");

using namespace jtx;
auto const all = supported_amendments();

testAMM([&](AMM& ammAlice, Env& env) {
// Invalid flags
Expand Down Expand Up @@ -856,7 +855,7 @@ struct AMM_test : public jtx::AMMTest
std::nullopt,
0,
std::nullopt,
{all, all - fixAMMv1_3});
{features, features - fixAMMv1_3});

// Invalid AMM
testAMM([&](AMM& ammAlice, Env& env) {
Expand Down

0 comments on commit 07bc1c3

Please sign in to comment.