Explorar o código

Fix unit test which was causing With_Subview_Using_PosFunc failing.

BDisp hai 8 meses
pai
achega
7d146b7420
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      UnitTests/View/Adornment/PaddingTests.cs

+ 2 - 0
UnitTests/View/Adornment/PaddingTests.cs

@@ -33,5 +33,7 @@ PPP",
                                              output
                                             );
         TestHelpers.AssertDriverAttributesAre ("0", output, null, view.GetNormalColor ());
+
+        ((FakeDriver)Application.Driver!).End ();
     }
 }