From 1060ac9b632c109dee785fa83057959575875ca2 Mon Sep 17 00:00:00 2001 From: BDisp Date: Fri, 14 Nov 2025 22:13:22 +0000 Subject: [PATCH] Revert "Trying fix CheckDefaultState assertion" This reverts commit c9b46b796ad206f2dd310fa680163b9f7de878f2. --- Tests/UnitTestsParallelizable/TestSetup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/UnitTestsParallelizable/TestSetup.cs b/Tests/UnitTestsParallelizable/TestSetup.cs index 5379905ba..2a6402c11 100644 --- a/Tests/UnitTestsParallelizable/TestSetup.cs +++ b/Tests/UnitTestsParallelizable/TestSetup.cs @@ -24,8 +24,8 @@ public class GlobalTestSetup : IDisposable // Reset application state just in case a test changed something. // TODO: Add an Assert to ensure none of the state of Application changed. // TODO: Add an Assert to ensure none of the state of ConfigurationManager changed. - Application.ResetState (true); CheckDefaultState (); + Application.ResetState (true); } // IMPORTANT: Ensure this matches the code in Init_ResetState_Resets_Properties