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 (); } }