Fixed unit test

This commit is contained in:
Tig
2024-09-12 07:46:17 -06:00
parent 6aba0e573f
commit 74cc9105af
2 changed files with 1 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ public class ApplicationNavigation
return;
}
Debug.Assert(value is {});
//Debug.Assert(value is {});
_focused = value;

View File

@@ -595,7 +595,6 @@ public partial class View // Focus and cross-view navigation management (TabStop
newFocusedView = SuperView;
}
// Are we an Adornment?
if (this is Adornment ad)
{