From 7d146b74206d4c6963149857fb180e99680062e7 Mon Sep 17 00:00:00 2001 From: BDisp Date: Mon, 11 Nov 2024 01:12:38 +0000 Subject: [PATCH] Fix unit test which was causing With_Subview_Using_PosFunc failing. --- UnitTests/View/Adornment/PaddingTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UnitTests/View/Adornment/PaddingTests.cs b/UnitTests/View/Adornment/PaddingTests.cs index 0242bcc1d..a4defc997 100644 --- a/UnitTests/View/Adornment/PaddingTests.cs +++ b/UnitTests/View/Adornment/PaddingTests.cs @@ -33,5 +33,7 @@ PPP", output ); TestHelpers.AssertDriverAttributesAre ("0", output, null, view.GetNormalColor ()); + + ((FakeDriver)Application.Driver!).End (); } }