Browse Source

Fix unit test which was causing With_Subview_Using_PosFunc failing.

BDisp 9 tháng trước cách đây
mục cha
commit
7d146b7420
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 ();
     }
 }