From 58e7a472026998e4ba063caa2eb1739b0cef8c23 Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Sun, 26 Nov 2023 15:04:11 -0600 Subject: [PATCH] Just moving a LINQ related test to the LinqTests project --- src/DocumentDbTests/DocumentDbTests.csproj | 84 +++++++++---------- .../Bugs/Bug_2433_include_with_take.cs | 3 +- 2 files changed, 43 insertions(+), 44 deletions(-) rename src/{DocumentDbTests => LinqTests}/Bugs/Bug_2433_include_with_take.cs (98%) diff --git a/src/DocumentDbTests/DocumentDbTests.csproj b/src/DocumentDbTests/DocumentDbTests.csproj index 7354b9814f..4f36fef9a5 100644 --- a/src/DocumentDbTests/DocumentDbTests.csproj +++ b/src/DocumentDbTests/DocumentDbTests.csproj @@ -6,24 +6,24 @@ - - - + + + - - - - - + + + + + all runtime; build; native; contentfiles; analyzers - - - + + + @@ -118,43 +118,43 @@ Harness\TestsSettings.cs - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + SchemaMigrationExtensions.cs - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + diff --git a/src/DocumentDbTests/Bugs/Bug_2433_include_with_take.cs b/src/LinqTests/Bugs/Bug_2433_include_with_take.cs similarity index 98% rename from src/DocumentDbTests/Bugs/Bug_2433_include_with_take.cs rename to src/LinqTests/Bugs/Bug_2433_include_with_take.cs index 3355c65645..b533255ae8 100644 --- a/src/DocumentDbTests/Bugs/Bug_2433_include_with_take.cs +++ b/src/LinqTests/Bugs/Bug_2433_include_with_take.cs @@ -5,9 +5,8 @@ using Marten.Pagination; using Marten.Testing.Harness; using Shouldly; -using Xunit; -namespace DocumentDbTests.Bugs; +namespace LinqTests.Bugs; public class Bug_2433_include_with_take: IntegrationContext {