From bdf9ec112cb6fe4860dd9eb238144c65528327cf Mon Sep 17 00:00:00 2001 From: BDisp Date: Sat, 29 Jul 2023 21:37:18 +0100 Subject: [PATCH] Fix unit test method name. --- UnitTests/TopLevels/WindowTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/TopLevels/WindowTests.cs b/UnitTests/TopLevels/WindowTests.cs index 17819cf19..7a8555e2f 100644 --- a/UnitTests/TopLevels/WindowTests.cs +++ b/UnitTests/TopLevels/WindowTests.cs @@ -238,7 +238,7 @@ namespace Terminal.Gui.TopLevelTests { } [Fact, AutoInitShutdown] - public void Activating_MenuBar_By_F9_Does_Not_Throw () + public void Activating_MenuBar_By_Alt_Key_Does_Not_Throw () { var menu = new MenuBar (new MenuBarItem [] { new MenuBarItem ("Child", new MenuItem [] {