From 695dc1664b0a1b24043c57b2ed93214522500f39 Mon Sep 17 00:00:00 2001 From: BDisp Date: Thu, 2 May 2024 18:20:10 +0100 Subject: [PATCH] Fix unit test error. --- UnitTests/View/TitleTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UnitTests/View/TitleTests.cs b/UnitTests/View/TitleTests.cs index 8ce54fd2a..2ab9e13aa 100644 --- a/UnitTests/View/TitleTests.cs +++ b/UnitTests/View/TitleTests.cs @@ -102,5 +102,7 @@ public class TitleTests ┌┤Hello World├──────────┐ │This text will incremen│ └───────────────────────┘", _output); + + top.Dispose (); } }