diff --git a/Demos/SpecializedTests/TreeTest.cs b/Demos/SpecializedTests/TreeTest.cs index 7a914904..be9050ae 100644 --- a/Demos/SpecializedTests/TreeTest.cs +++ b/Demos/SpecializedTests/TreeTest.cs @@ -131,7 +131,7 @@ public static void Test() } selfTestContext.PrepareJobs(ref tree, overlapHandlers, threadDispatcher.ThreadCount, 0, pool); threadDispatcher.DispatchWorkers(pairTestAction); - selfTestContext.CompleteSelfTest(); + selfTestContext.CompleteTest(); tree.Validate(); if (i % 50 == 0)