mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Fixed HexView nav unit test
This commit is contained in:
@@ -156,7 +156,7 @@ public class ApplicationTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[AutoInitShutdown]
|
||||
[AutoInitShutdown (VerifyShutdown: true)]
|
||||
public void Begin_Sets_Application_Top_To_Console_Size ()
|
||||
{
|
||||
Assert.Null (Application.Top);
|
||||
@@ -521,7 +521,7 @@ public class ApplicationTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[AutoInitShutdown]
|
||||
[AutoInitShutdown (VerifyShutdown: true)]
|
||||
public void Internal_Properties_Correct ()
|
||||
{
|
||||
Assert.True (Application.IsInitialized);
|
||||
|
||||
Reference in New Issue
Block a user