From 0dfbbedefa4fbdc41cdbc7a5c8c1bd0e4e549268 Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Thu, 10 Jun 2021 00:53:35 +1000 Subject: [PATCH] Update src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/KeyValueServiceTests.cs Co-authored-by: Bjarke Berg --- .../Umbraco.Infrastructure/Services/KeyValueServiceTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/KeyValueServiceTests.cs b/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/KeyValueServiceTests.cs index 0aa1892390..28ccb53adf 100644 --- a/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/KeyValueServiceTests.cs +++ b/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/KeyValueServiceTests.cs @@ -28,7 +28,7 @@ namespace Umbraco.Cms.Tests.Integration.Umbraco.Infrastructure.Services KeyValueService.SetValue("test2", "hello2"); KeyValueService.SetValue("test3", "hello3"); KeyValueService.SetValue("test4", "hello4"); - + KeyValueService.SetValue("someotherprefix1", "helloagain1"); // Act IReadOnlyDictionary value = KeyValueService.Find("test");