mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
Trying to fix unit tests.
This commit is contained in:
@@ -199,6 +199,8 @@ public class SetupFakeDriverAttribute : BeforeAfterTestAttribute
|
||||
|
||||
if (Application.Driver is { })
|
||||
{
|
||||
((FakeDriver)Application.Driver).Rows = 25;
|
||||
((FakeDriver)Application.Driver).Cols = 25;
|
||||
((FakeDriver)Application.Driver).End ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user