mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Fixed some unit tests. Prepared for Issue #3368
This commit is contained in:
@@ -172,6 +172,7 @@ public class ButtonTests
|
||||
";
|
||||
|
||||
TestHelpers.AssertDriverContentsWithFrameAre (expected, _output);
|
||||
top.Dispose ();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
@@ -547,6 +548,7 @@ public class ButtonTests
|
||||
btn.HotKey = KeyCode.E;
|
||||
Assert.True (btn.NewKeyDownEvent (Key.E.WithAlt));
|
||||
Assert.True (clicked);
|
||||
top.Dispose ();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user