mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Code cleanup
This commit is contained in:
@@ -795,7 +795,7 @@ public class GetViewsUnderMouseTests
|
||||
|
||||
List<View?> found = View.GetViewsUnderMouse (new (mouseX, mouseY));
|
||||
|
||||
string [] foundIds = found.Select (v => v.Id).ToArray ();
|
||||
string [] foundIds = found.Select (v => v!.Id).ToArray ();
|
||||
|
||||
Assert.Equal (viewIdStrings, foundIds);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user