From 7f5190af1704f4cc179f46dea73038b75bb20fa7 Mon Sep 17 00:00:00 2001 From: Artiom Chilaru Date: Mon, 20 Nov 2023 20:02:20 +0000 Subject: [PATCH] Enable dynamic json mappings in Postgres tests --- .../DbTests_Postgres.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Postgres.cs b/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Postgres.cs index 903ba1c..ee2f852 100644 --- a/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Postgres.cs +++ b/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Postgres.cs @@ -4,6 +4,7 @@ using FlexLabs.EntityFrameworkCore.Upsert.Tests.EF; using FluentAssertions; using Microsoft.EntityFrameworkCore; +using Npgsql; using Testcontainers.PostgreSql; using Xunit; @@ -23,7 +24,9 @@ protected override void ConfigureContextOptions(DbContextOptionsBuilder