Skip to content

Commit

Permalink
#testNoUnusedInstanceVariablesLeft can now check for 25 after we fixe…
Browse files Browse the repository at this point in the history
…d two more cases
  • Loading branch information
MarcusDenker committed Mar 17, 2021
1 parent f6c6ee5 commit 68b816f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReleaseTests/NoUnusedVariablesLeftTest.class.st
Expand Up @@ -44,9 +44,9 @@ NoUnusedVariablesLeftTest >> testNoUnusedInstanceVariablesLeft [

remaining := classes asOrderedCollection removeAll: validExceptions; yourself.

"we have 28 left, there are issue tracker entries for those.
"we have 25 left, there are issue tracker entries for those.
By testing for these, we avoid that new cases are added"
self assert: remaining size <= 27
self assert: remaining size <= 25
]

{ #category : #testing }
Expand Down

0 comments on commit 68b816f

Please sign in to comment.