Skip to content

Commit

Permalink
Fix LaunchpadTest>>#tearDown to work on GS64
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Sep 19, 2023
1 parent 2819012 commit cff7864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Launchpad-SUnit/LaunchpadTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ LaunchpadTest >> start: aLaunchpadApplication withAll: arguments [
LaunchpadTest >> tearDown [

loggingAsserter stopLoggers.
runningApplication ifNotNil: #stop.
runningApplication ifNotNil: [:application | application stop].
LaunchpadApplication resetCurrentlyRunning.
super tearDown
]

0 comments on commit cff7864

Please sign in to comment.