mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Revert "Trying fix CheckDefaultState assertion"
This reverts commit c9b46b796a.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user