Skip to content

Commit

Permalink
Replace deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Feb 4, 2024
1 parent c89bb8d commit 5216ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ testCompileIntoClassified
classified: protocol.

[ self assert: (self class selectors includes: selector).
selectors := self class organization listAtCategoryNamed: protocol.
selectors := self class selectorsInProtocol: protocol.
self assert: selectors = (Array with: selector) ] ensure: [ self class removeSelector: selector ]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'Grease-Tests-Pharo-Core'!
self packageOrganizer ensurePackage: #'Grease-Tests-Pharo-Core' withTags: #()!

0 comments on commit 5216ca7

Please sign in to comment.