mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Forgot Shutdown in unit test.
This commit is contained in:
@@ -596,6 +596,8 @@ public class ApplicationTests
|
||||
Assert.Equal (new (0, 0, 80, 25), Application.Screen);
|
||||
Application.Screen = new (0, 0, driver.Cols, driver.Rows);
|
||||
Assert.Equal (new (0, 0, 100, 30), driver.Screen);
|
||||
|
||||
Application.Shutdown ();
|
||||
}
|
||||
|
||||
private void Init ()
|
||||
|
||||
Reference in New Issue
Block a user