X Tutup
Skip to content

Commit 5216ca7

Browse files
author
Johan Brichau
committed
Replace deprecated message
1 parent c89bb8d commit 5216ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repository/Grease-Tests-Pharo-Core.package/GRPharoPlatformTest.class/instance/testCompileIntoClassified.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ testCompileIntoClassified
1111
classified: protocol.
1212

1313
[ self assert: (self class selectors includes: selector).
14-
selectors := self class organization listAtCategoryNamed: protocol.
14+
selectors := self class selectorsInProtocol: protocol.
1515
self assert: selectors = (Array with: selector) ] ensure: [ self class removeSelector: selector ]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SystemOrganization addCategory: #'Grease-Tests-Pharo-Core'!
1+
self packageOrganizer ensurePackage: #'Grease-Tests-Pharo-Core' withTags: #()!

0 commit comments

Comments
 (0)
X Tutup