Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Sep 14, 2023
1 parent 20f17a7 commit 4acdecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Realm.Tests/Sync/SyncTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ private static T UpdateConfig<T>(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;
Expand Down

0 comments on commit 4acdecf

Please sign in to comment.