Skip to content

Commit

Permalink
Remove reference to deprecated class
Browse files Browse the repository at this point in the history
This one will be removed in P13
  • Loading branch information
jecisc committed May 17, 2024
1 parent 3af02a4 commit 19ddeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Roassal-Global-Tests/RSDependencyTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RSDependencyTest >> hasPackage: aString [

{ #category : 'private - accessing' }
RSDependencyTest >> packageNamed: aSymbol [
^ RPackageOrganizer default packageNamed: aSymbol
ifAbsent: [ nil ]

^ self class packageOrganizer packageNamed: aSymbol ifAbsent: [ nil ]
]

{ #category : 'tests' }
Expand Down

0 comments on commit 19ddeaf

Please sign in to comment.