From 4acdecf34b0ada61a90f7199d1e72fd05f6c24a1 Mon Sep 17 00:00:00 2001 From: nirinchev Date: Fri, 15 Sep 2023 01:29:24 +0200 Subject: [PATCH] oops --- Tests/Realm.Tests/Sync/SyncTestBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Realm.Tests/Sync/SyncTestBase.cs b/Tests/Realm.Tests/Sync/SyncTestBase.cs index b8643c1447..c2905b09a2 100644 --- a/Tests/Realm.Tests/Sync/SyncTestBase.cs +++ b/Tests/Realm.Tests/Sync/SyncTestBase.cs @@ -248,7 +248,7 @@ private static T UpdateConfig(T config) schema.Add(typeof(AsymmetricObjectWithEmbeddedListObject)); } - config.Schema = new[] { typeof(HugeSyncObject), typeof(PrimaryKeyStringObject), typeof(ObjectIdPrimaryKeyWithValueObject), typeof(SyncCollectionsObject), typeof(IntPropertyObject), typeof(EmbeddedIntPropertyObject), typeof(SyncAllTypesObject) }; + config.Schema = schema; config.SessionStopPolicy = SessionStopPolicy.Immediately; return config;