Fixed HexView nav unit test

This commit is contained in:
Tig
2024-10-06 10:23:33 -06:00
parent 3c3b4f85cd
commit 44259cce46
4 changed files with 19 additions and 4 deletions

View File

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