Fix more AMM tests, and to not exclude fixCleanup3_2_0

This commit is contained in:
Ed Hennis
2026-05-21 12:02:42 +01:00
parent 3a4b92b050
commit 42fda85fbc
4 changed files with 4 additions and 8 deletions

View File

@@ -143,7 +143,7 @@ AMMTestBase::testAMM(std::function<void(jtx::AMM&, jtx::Env&)> const& cb, TestAM
// mantissas
Env env{
*this,
features - featureSingleAssetVault - featureLendingProtocol - fixCleanup3_2_0,
features - featureSingleAssetVault - featureLendingProtocol,
arg.noLog ? std::make_unique<CaptureLogs>(&logs) : nullptr};
auto const [asset1, asset2] = arg.pool ? *arg.pool : std::make_pair(XRP(10000), USD(10000));