mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Refactored AutoInitShutdown attribute - scary stuff
This commit is contained in:
@@ -2968,7 +2968,7 @@ namespace Terminal.Gui.Core {
|
||||
[Fact]
|
||||
public void Draw_Horizontal_Throws_IndexOutOfRangeException_With_Negative_Bounds ()
|
||||
{
|
||||
Application.Init (new FakeDriver (), new FakeMainLoop (() => FakeConsole.ReadKey (true)));
|
||||
Application.Init (new FakeDriver ());
|
||||
|
||||
var top = Application.Top;
|
||||
|
||||
@@ -3008,7 +3008,7 @@ namespace Terminal.Gui.Core {
|
||||
[Fact]
|
||||
public void Draw_Vertical_Throws_IndexOutOfRangeException_With_Negative_Bounds ()
|
||||
{
|
||||
Application.Init (new FakeDriver (), new FakeMainLoop (() => FakeConsole.ReadKey (true)));
|
||||
Application.Init (new FakeDriver ());
|
||||
|
||||
var top = Application.Top;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user