Skip to content

Commit

Permalink
Fix categoty
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jan 16, 2024
1 parent 0bbde9a commit 3f6be65
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Class {
#package : 'Kepler-System-Tests'
}

{ #category : 'running' }
InstalledSystemsManagerTest >> setUp [

super setUp.
manager := InstalledSystemsManager new
]

{ #category : 'tests' }
InstalledSystemsManagerTest >> testAddSeveralSystems [

Expand Down

0 comments on commit 3f6be65

Please sign in to comment.