瀏覽代碼

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