test: Run unit tests regardless of 'Supported' amendment status (#5537)

This commit is contained in:
Vlad
2025-07-16 12:47:54 +01:00
committed by GitHub
parent c9135a63cd
commit 8bfaa7fe0a
66 changed files with 167 additions and 165 deletions

View File

@@ -783,7 +783,7 @@ private:
testcase("Amendment");
using namespace jtx;
auto const features = supported_amendments() - featurePriceOracle;
auto const features = testable_amendments() - featurePriceOracle;
Account const owner("owner");
Env env(*this, features);
auto const baseFee =
@@ -806,7 +806,7 @@ public:
run() override
{
using namespace jtx;
auto const all = supported_amendments();
auto const all = testable_amendments();
testInvalidSet();
testInvalidDelete();
testCreate();