Skip to content

Commit

Permalink
[fold] Explictly disable the feature in temDISABLED test
Browse files Browse the repository at this point in the history
  • Loading branch information
seelabs committed Sep 15, 2023
1 parent f96ba31 commit 7452eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/app/XChain_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

Expand Down

0 comments on commit 7452eba

Please sign in to comment.