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");