Skip to content

Commit ff04d38

Browse files
committed
shortcut tests
1 parent e0c2cc1 commit ff04d38

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Tests/UnitTests/Views/ShortcutTests.cs

-13
Original file line numberDiff line numberDiff line change
@@ -452,19 +452,6 @@ public void KeyDown_App_Scope_Invokes_Action (bool canFocus, KeyCode key, int ex
452452
Application.ResetState (true);
453453
}
454454

455-
[Fact]
456-
public void ColorScheme_SetsAndGetsCorrectly ()
457-
{
458-
var colorScheme = new ColorScheme ();
459-
460-
var shortcut = new Shortcut
461-
{
462-
ColorScheme = colorScheme
463-
};
464-
465-
Assert.Same (colorScheme, shortcut.ColorScheme);
466-
}
467-
468455
// https://github.com/gui-cs/Terminal.Gui/issues/3664
469456
[Fact]
470457
public void ColorScheme_SetColorScheme_Does_Not_Fault_3664 ()

0 commit comments

Comments
 (0)