2
0
Эх сурвалжийг харах

Fix unit test which was causing With_Subview_Using_PosFunc failing.

BDisp 8 сар өмнө
parent
commit
7d146b7420

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

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