From 1018eaae39f6b7fc130a56d88fa2340416a485ae Mon Sep 17 00:00:00 2001 From: BDisp Date: Tue, 19 Nov 2024 00:07:41 +0000 Subject: [PATCH] Fix unit test that was causing With_Subview_Using_PosFunc ti fail. --- 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 (); } }