Forgot Shutdown in unit test.

This commit is contained in:
BDisp
2024-11-10 19:01:43 +00:00
parent 0f6ce06dd1
commit f51fbbe5ed

View File

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