Trying to fix unit test failuries

This commit is contained in:
Tig
2024-11-23 08:26:07 -07:00
parent 42c6d2703b
commit c23e9dd239
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ public class AllViewsDrawTests (ITestOutputHelper _output) : TestsAllViews
[MemberData (nameof (AllViewTypes))]
public void AllViews_Draw_Does_Not_Layout (Type viewType)
{
Application.ResetState (true);
var view = (View)CreateInstanceIfNotGeneric (viewType);
if (view == null)