Revert "Trying fix CheckDefaultState assertion"

This reverts commit c9b46b796a.
This commit is contained in:
BDisp
2025-11-14 22:13:22 +00:00
parent c9b46b796a
commit 1060ac9b63

View File

@@ -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