feat: enable sync messages by default

This commit is contained in:
link2xt
2023-11-02 12:47:32 +00:00
parent 939b4b2aab
commit 4e21917c0e
4 changed files with 6 additions and 1 deletions

View File

@@ -377,6 +377,7 @@ impl TestContext {
ctx.set_config(Config::SkipStartMessages, Some("1"))
.await
.unwrap();
ctx.set_config(Config::SyncMsgs, Some("0")).await.unwrap();
Self {
ctx,