From 540c09675e82033b72349190b45c287bd75354d4 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Fri, 18 Oct 2019 18:53:15 +0100
Subject: [PATCH] TEST: Delete test app

---
 tests/test_platform.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_platform.py b/tests/test_platform.py
index a747ac03a..6dcbfaeea 100644
--- a/tests/test_platform.py
+++ b/tests/test_platform.py
@@ -59,6 +59,7 @@ def test_haveGui():
     wx.CallLater(500, runtest)
 
     app.MainLoop()
+    del app
 
     assert passed[0]
 
-- 
GitLab