Skip to content

Commit

Permalink
No need to niilize inst-var in tearDown
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed May 8, 2024
1 parent c88f89f commit fe7d493
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Bloc-Tests/BlLayoutExactResizerTest.class.st
Expand Up @@ -14,13 +14,6 @@ BlLayoutExactResizerTest >> setUp [
resizer := BlLayoutExactResizer new size: 100.0
]

{ #category : #initialization }
BlLayoutExactResizerTest >> tearDown [
super tearDown.

resizer := nil
]

{ #category : #tests }
BlLayoutExactResizerTest >> testEquals [

Expand Down

0 comments on commit fe7d493

Please sign in to comment.