Skip to content

Commit

Permalink
Garbage collect after example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jul 25, 2024
1 parent 6698106 commit a9d0dc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions repository/OpenPonk-ClassEditor/OPUmlExamplesTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Class {
#tag : 'Tests'
}

{ #category : 'running' }
OPUmlExamplesTest >> tearDown [

Smalltalk garbageCollect.
super tearDown
]

{ #category : 'tests' }
OPUmlExamplesTest >> testAll [

Expand Down

0 comments on commit a9d0dc9

Please sign in to comment.