Fixed some unit tests. Prepared for Issue #3368

This commit is contained in:
Tig
2024-04-01 11:22:27 -06:00
parent dfe746a10a
commit 327957a060
4 changed files with 12 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ public class ViewTests
";
pos = TestHelpers.AssertDriverContentsWithFrameAre (expected, _output);
top.Dispose ();
}
[Fact]
@@ -133,6 +134,8 @@ public class ViewTests
";
pos = TestHelpers.AssertDriverContentsWithFrameAre (expected, _output);
top.Dispose ();
}
[Theory]