Browse Source

Fix RunStateTests.

BDisp 1 year ago
parent
commit
0766ad32b0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UnitTests/Application/RunStateTests.cs

+ 1 - 0
UnitTests/Application/RunStateTests.cs

@@ -33,6 +33,7 @@ public class RunStateTests
         Assert.NotNull (Application.MainLoop);
         Assert.NotNull (Application.Driver);
 
+        top.Dispose ();
         Shutdown ();
 
 #if DEBUG_IDISPOSABLE