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