mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Change XChainBridge amendment to Supported::yes (#4709)
This commit is contained in:
committed by
Elliot Lee
parent
237b406e8c
commit
5b7d2c133a
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user