Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Apr 3, 2024
1 parent 5e0eafa commit 2bdeb40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ LaunchpadApplicationTransientTest >> testAccessingRunningApplication [
{ #category : #running }
LaunchpadApplicationTransientTest >> tearDown [

CurrentlyRunningLaunchpadApplication new resetCurrentlyRunning
super tearDown.
CurrentlyRunningLaunchpadApplication new resetCurrentlyRunning.
super tearDown
]

0 comments on commit 2bdeb40

Please sign in to comment.