Skip to content

Commit

Permalink
Fix unit tests failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed Dec 3, 2023
1 parent fd96fc5 commit 638944f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 638944f

Please sign in to comment.