Skip to content

Commit

Permalink
Fix StargateConsulExampleTest>>#tearDown to compile in GS64
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Feb 29, 2024
1 parent 6145f0f commit e244b64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ StargateConsulExampleTest >> start: aLaunchpadApplication withAll: arguments [
{ #category : #running }
StargateConsulExampleTest >> tearDown [

application ifNotNil: #stop.
application ifNotNil: [ application stop ].
super tearDown
]

Expand Down

0 comments on commit e244b64

Please sign in to comment.