Clarified comment.

This commit is contained in:
Andy Butland
2020-04-16 11:46:02 +02:00
parent 068100cc8e
commit 89a419e4d1

View File

@@ -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)