Explorar o código

Fix unit test error.

BDisp hai 1 ano
pai
achega
695dc1664b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 ();
     }
 }