Skip to content

Commit

Permalink
Fix release test
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed May 21, 2019
1 parent 4e5a99d commit d2efeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ParametrizedTests/ParametrizedTestCase.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ParametrizedTestCase >> printOn: aStream [

]

{ #category : #private }
{ #category : #running }
ParametrizedTestCase >> setUp [
super setUp.
self parametersToUse do: [ :aParameter | aParameter applyTo: self ].
Expand Down

0 comments on commit d2efeff

Please sign in to comment.