We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ee70a commit 0e7efa1Copy full SHA for 0e7efa1
1 file changed
src/test_utils.rs
@@ -565,6 +565,7 @@ impl TestContext {
565
.unwrap();
566
ctx.set_config(Config::BccSelf, Some("1")).await.unwrap();
567
ctx.set_config(Config::SyncMsgs, Some("0")).await.unwrap();
568
+ ctx.set_config(Config::MvboxMove, Some("0")).await.unwrap();
569
570
Self {
571
ctx,
0 commit comments