From 4520b2ab21785ea044937fead4afdcb39a97e236 Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Fri, 20 Nov 2020 09:39:09 +0000 Subject: [PATCH] Fix for failing test RelationRepositoryTests.Get_Paged_Child_Entities_By_Parent_Id --- .../Persistence/Repositories/RelationRepositoryTest.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/Repositories/RelationRepositoryTest.cs b/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/Repositories/RelationRepositoryTest.cs index f74463e959..ded65e4228 100644 --- a/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/Repositories/RelationRepositoryTest.cs +++ b/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/Repositories/RelationRepositoryTest.cs @@ -250,8 +250,7 @@ namespace Umbraco.Tests.Integration.Umbraco.Infrastructure.Persistence.Repositor } [Test] - // TODO: What's wrong with this since composition got removed. - [Explicit("System.InvalidOperationException : No data for media 1061")] + [UmbracoTest(Database = UmbracoTestOptions.Database.NewSchemaPerTest, Boot = true)] public void Get_Paged_Child_Entities_By_Parent_Id() { CreateTestDataForPagingTests(out var createdContent, out var createdMembers, out _);