浏览代码

Fix unit test error.

BDisp 1 年之前
父节点
当前提交
695dc1664b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      UnitTests/View/TitleTests.cs

+ 2 - 0
UnitTests/View/TitleTests.cs

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