mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fix a conflict with this unit test and the TestVKPacket unit test.
This commit is contained in:
@@ -1246,6 +1246,10 @@ namespace Terminal.Gui.ViewTests {
|
||||
|
||||
Application.Run ();
|
||||
|
||||
// Ensures cleaning any keystroke.
|
||||
// This was conflicting with the TestVKPacket unit test
|
||||
Console.MockKeyPresses.Clear ();
|
||||
|
||||
// Shutdown must be called to safely clean up Application if Init has been called
|
||||
Application.Shutdown ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user