Skip to content

Commit

Permalink
Missing oopsy.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossNordby committed Dec 8, 2023
1 parent e52b256 commit b1a17c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demos/SpecializedTests/TreeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b1a17c3

Please sign in to comment.