Skip to content

Commit

Permalink
categorise correctly #tearDown
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed May 15, 2020
1 parent 8ec1215 commit 3917e0a
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ SpAbstractListAdapterMultipleSelectionTest >> initializeTestedInstance [
items: {10. 20. 30. 'aaa' asText}
]

{ #category : #tests }
SpAbstractListAdapterMultipleSelectionTest >> tearDown [
{ #category : #running }
SpAbstractListAdapterMultipleSelectionTest >> tearDown [

presenter delete.
super tearDown.
super tearDown
]

{ #category : #tests }
Expand Down

0 comments on commit 3917e0a

Please sign in to comment.