소스 검색

Fix unit test which was causing With_Subview_Using_PosFunc failing.

BDisp 9 달 전
부모
커밋
7d146b7420
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 ();
     }
 }