From 89a419e4d128e95e755a5c1e050d1da66b61737b Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Thu, 16 Apr 2020 11:46:02 +0200 Subject: [PATCH] Clarified comment. --- .../Umbraco.Infrastructure/Models/PathValidationTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Models/PathValidationTests.cs b/src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Models/PathValidationTests.cs index 3799d04751..5f3bc98fff 100644 --- a/src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Models/PathValidationTests.cs +++ b/src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Models/PathValidationTests.cs @@ -93,7 +93,7 @@ namespace Umbraco.Tests.UnitTests.Umbraco.Infrastructure.Models [Test] public void Ensure_Path_Entity_Valid_Recursive_Parent() { - // Not using the shared class-level builder as we need to reset after each usage when creating multiple entities. + // Re-creating the class-level builder as we need to reset before usage when creating multiple entities. _builder = new EntitySlimBuilder(); var parentA = _builder .WithId(999)