From 912d5aa8ff9425c890d1eadfac4699b392632c65 Mon Sep 17 00:00:00 2001 From: Ross Nordby Date: Fri, 8 Dec 2023 13:33:27 -0600 Subject: [PATCH] Missing oopsy. --- Demos/SpecializedTests/TreeTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)