From 638944fc798b3d0983582c8bf00f81bdabedb016 Mon Sep 17 00:00:00 2001 From: mysticmind Date: Sun, 3 Dec 2023 17:06:21 +0530 Subject: [PATCH] Fix unit tests failure --- .../Configuration/ability_to_add_custom_pg_type_fetch_data.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DocumentDbTests/Configuration/ability_to_add_custom_pg_type_fetch_data.cs b/src/DocumentDbTests/Configuration/ability_to_add_custom_pg_type_fetch_data.cs index 77de91ce5e..872fad65f9 100644 --- a/src/DocumentDbTests/Configuration/ability_to_add_custom_pg_type_fetch_data.cs +++ b/src/DocumentDbTests/Configuration/ability_to_add_custom_pg_type_fetch_data.cs @@ -12,6 +12,7 @@ public class ability_to_add_custom_pg_type_fetch_data: OneOffConfigurationsConte [Fact] public async Task can_register_a_custom_feature_and_reload_types() { + await theStore.Storage.ApplyAllConfiguredChangesToDatabaseAsync(); await using (var conn = theStore.CreateConnection()) { await conn.OpenAsync();