From a9d0dc9be65cf155b464225611420090f28cab39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Blizni=C4=8Denko?= Date: Thu, 25 Jul 2024 16:12:01 +0200 Subject: [PATCH] Garbage collect after example tests --- repository/OpenPonk-ClassEditor/OPUmlExamplesTest.class.st | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/repository/OpenPonk-ClassEditor/OPUmlExamplesTest.class.st b/repository/OpenPonk-ClassEditor/OPUmlExamplesTest.class.st index e2439b35..319bc662 100644 --- a/repository/OpenPonk-ClassEditor/OPUmlExamplesTest.class.st +++ b/repository/OpenPonk-ClassEditor/OPUmlExamplesTest.class.st @@ -6,6 +6,13 @@ Class { #tag : 'Tests' } +{ #category : 'running' } +OPUmlExamplesTest >> tearDown [ + + Smalltalk garbageCollect. + super tearDown +] + { #category : 'tests' } OPUmlExamplesTest >> testAll [