Change XChainBridge amendment to Supported::yes (#4709)

This commit is contained in:
Scott Determan
2023-09-15 11:08:17 -04:00
committed by Elliot Lee
parent 237b406e8c
commit 5b7d2c133a
2 changed files with 2 additions and 2 deletions

View File

@@ -532,7 +532,7 @@ struct XChain_test : public beast::unit_test::suite,
// coverage test: BridgeCreate::preflight() - create bridge when feature
// disabled.
{
Env env(*this);
Env env(*this, supported_amendments() - featureXChainBridge);
env(create_bridge(Account::master, jvb), ter(temDISABLED));
}