Skip to content

Commit 0e7efa1

Browse files
committed
set mvbox_move to 0 for test rust accounts
1 parent c2ee70a commit 0e7efa1

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
@@ -565,6 +565,7 @@ impl TestContext {
565565
.unwrap();
566566
ctx.set_config(Config::BccSelf, Some("1")).await.unwrap();
567567
ctx.set_config(Config::SyncMsgs, Some("0")).await.unwrap();
568+
ctx.set_config(Config::MvboxMove, Some("0")).await.unwrap();
568569

569570
Self {
570571
ctx,

0 commit comments

Comments
 (0)