Skip to content

Commit 8b0621b

Browse files
link2xtr10s
authored andcommitted
test: set mvbox_move to 0 for test rust accounts
1 parent 63bf4c4 commit 8b0621b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ impl TestContext {
567567
.unwrap();
568568
ctx.set_config(Config::BccSelf, Some("1")).await.unwrap();
569569
ctx.set_config(Config::SyncMsgs, Some("0")).await.unwrap();
570+
ctx.set_config(Config::MvboxMove, Some("0")).await.unwrap();
570571

571572
Self {
572573
ctx,

0 commit comments

Comments
 (0)