From 8b0621b7244a4bebd01e3c456383512d2bd7f914 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 4 Feb 2026 18:09:06 +0000 Subject: [PATCH] test: set mvbox_move to 0 for test rust accounts --- src/test_utils.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test_utils.rs b/src/test_utils.rs index 89adeff3b..5171e3db0 100644 --- a/src/test_utils.rs +++ b/src/test_utils.rs @@ -567,6 +567,7 @@ impl TestContext { .unwrap(); ctx.set_config(Config::BccSelf, Some("1")).await.unwrap(); ctx.set_config(Config::SyncMsgs, Some("0")).await.unwrap(); + ctx.set_config(Config::MvboxMove, Some("0")).await.unwrap(); Self { ctx,