Skip to content

Commit

Permalink
<ignoreForCoverage> added instead of reinitialize from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsejam78 committed Mar 20, 2024
1 parent 403e0be commit 457319a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Class {
CurrentlyRunningLaunchpadApplicationTest >> setUp [

super setUp.
CurrentlyRunningLaunchpadApplication initialize.
currentlyRunningLaunchpadApp := CurrentlyRunningLaunchpadApplication new.
currentlyRunningLaunchpadApp resetCurrentlyRunning
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CurrentlyRunningLaunchpadApplication class >> initialize [
{ #category : 'initialization' }
CurrentlyRunningLaunchpadApplication class >> initializeUniqueInstance [

<ignoreForCoverage>
uniqueInstance := super new
]

Expand Down

0 comments on commit 457319a

Please sign in to comment.