From 7f27aa1dfe6ec09decc272e7b2a28d8fe95aea73 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 18 Jan 2021 08:45:14 +0100 Subject: [PATCH] Fix merge issue --- .../Umbraco.Infrastructure/Scoping/ScopedRepositoryTests.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/ScopedRepositoryTests.cs b/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/ScopedRepositoryTests.cs index 22beb85465..051ffa0a24 100644 --- a/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/ScopedRepositoryTests.cs +++ b/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/ScopedRepositoryTests.cs @@ -1,7 +1,6 @@ // Copyright (c) Umbraco. // See LICENSE for more details. -using System; using System.Collections.Generic; using System.Linq; using Microsoft.Extensions.Logging; @@ -341,9 +340,6 @@ namespace Umbraco.Tests.Integration.Umbraco.Infrastructure.Scoping protected override void DeliverRemote(ICacheRefresher refresher, MessageType messageType, IEnumerable ids = null, string json = null) { } - - protected override void DeliverRemote(ICacheRefresher refresher, MessageType messageType, IEnumerable ids = null, string json = null) => - throw new NotImplementedException(); } } }