Browse Source

Added AllViews_AtLeastOneNavKey_Leaves

Tig 1 year ago
parent
commit
38e517c921
1 changed files with 0 additions and 1 deletions
  1. 0 1
      UnitTests/View/NavigationTests.cs

+ 0 - 1
UnitTests/View/NavigationTests.cs

@@ -1849,7 +1849,6 @@ public class NavigationTests (ITestOutputHelper _output) : TestsAllViews
 
     [Theory]
     [MemberData (nameof (AllViewTypes))]
-
     public void AllViews_AtLeastOneNavKey_Leaves (Type viewType)
     {
         var view = CreateInstanceIfNotGeneric (viewType);