From 869305de62bf5c8d536bedb3bd026246247de850 Mon Sep 17 00:00:00 2001 From: Maurycy Markowski Date: Mon, 3 Apr 2023 13:58:13 -0700 Subject: [PATCH] gf --- .../Update/JsonUpdateFixtureBase.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/EFCore.Relational.Specification.Tests/Update/JsonUpdateFixtureBase.cs b/test/EFCore.Relational.Specification.Tests/Update/JsonUpdateFixtureBase.cs index b3fe4d6c2e5..a8222133f7f 100644 --- a/test/EFCore.Relational.Specification.Tests/Update/JsonUpdateFixtureBase.cs +++ b/test/EFCore.Relational.Specification.Tests/Update/JsonUpdateFixtureBase.cs @@ -138,4 +138,6 @@ protected override void Seed(JsonQueryContext context) context.JsonEntitiesAllTypes.AddRange(jsonEntitiesAllTypes); context.SaveChanges(); } + + //Foo }