diff --git a/UnitTests/View/TitleTests.cs b/UnitTests/View/TitleTests.cs index 8ce54fd2a..2ab9e13aa 100644 --- a/UnitTests/View/TitleTests.cs +++ b/UnitTests/View/TitleTests.cs @@ -102,5 +102,7 @@ public class TitleTests ┌┤Hello World├──────────┐ │This text will incremen│ └───────────────────────┘", _output); + + top.Dispose (); } }