From d4207442962055b264420aefd06123806420ee9a Mon Sep 17 00:00:00 2001 From: Arthur Vickers Date: Tue, 18 Aug 2020 08:33:33 -0700 Subject: [PATCH] Merge --- .../Query/NorthwindSplitIncludeQuerySqlServerTest.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/EFCore.SqlServer.FunctionalTests/Query/NorthwindSplitIncludeQuerySqlServerTest.cs b/test/EFCore.SqlServer.FunctionalTests/Query/NorthwindSplitIncludeQuerySqlServerTest.cs index 345b314b624..19fbf93c19b 100644 --- a/test/EFCore.SqlServer.FunctionalTests/Query/NorthwindSplitIncludeQuerySqlServerTest.cs +++ b/test/EFCore.SqlServer.FunctionalTests/Query/NorthwindSplitIncludeQuerySqlServerTest.cs @@ -3,6 +3,8 @@ using System; using System.Threading.Tasks; +using Microsoft.EntityFrameworkCore.Diagnostics; +using Microsoft.EntityFrameworkCore.TestModels.Northwind; using Microsoft.EntityFrameworkCore.TestUtilities; using Xunit; using Xunit.Abstractions;