Browse Source

Fix unit test error.

BDisp 1 year ago
parent
commit
695dc1664b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      UnitTests/View/TitleTests.cs

+ 2 - 0
UnitTests/View/TitleTests.cs

@@ -102,5 +102,7 @@ public class TitleTests
 ┌┤Hello World├──────────┐
 ┌┤Hello World├──────────┐
 │This text will incremen│
 │This text will incremen│
 └───────────────────────┘", _output);
 └───────────────────────┘", _output);
+
+        top.Dispose ();
     }
     }
 }
 }