This commit is contained in:
2024-12-16 04:28:45 +03:00
parent ef922486eb
commit dbe7aebd4f
57 changed files with 895 additions and 374 deletions

View File

@@ -9,7 +9,7 @@ public class HierarchyTests
[SetUp]
public void Setup()
{
_hierarchy = [];
_hierarchy = new Hierarchy<object>();
}
[Test]