From a01b06fc6478803615cf70dda8a3c226ea9cf8cc Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 13 Mar 2020 11:17:16 +1100 Subject: [PATCH] fix build after merge --- .../Infrastructure/TestGlobalSettings.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Tests.Integration/Infrastructure/TestGlobalSettings.cs b/src/Umbraco.Tests.Integration/Infrastructure/TestGlobalSettings.cs index 2123de8c14..222e3a5571 100644 --- a/src/Umbraco.Tests.Integration/Infrastructure/TestGlobalSettings.cs +++ b/src/Umbraco.Tests.Integration/Infrastructure/TestGlobalSettings.cs @@ -45,5 +45,7 @@ namespace Umbraco.Tests.Integration.Infrastructure public string DatabaseFactoryServerVersion => throw new System.NotImplementedException(); public string MainDomLock => throw new System.NotImplementedException(); + + public string NoNodesViewPath => throw new System.NotImplementedException(); } }