Browse Source

Fix unit test method name.

BDisp 2 years ago
parent
commit
bdf9ec112c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UnitTests/TopLevels/WindowTests.cs

+ 1 - 1
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 [] {