Sfoglia il codice sorgente

Fix unit test error.

BDisp 1 anno fa
parent
commit
695dc1664b
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 ();
     }
 }