Skip to content

Commit ea18945

Browse files
committed
Fix OCScanner for Pharo12
1 parent f7fa514 commit ea18945

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Pyramid-Bloc/PyramidSaveModelVerifier.class.st

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ PyramidSaveModelVerifier class >> classPackageIsEqual [
4747
PyramidSaveModelVerifier class >> methodIsValid [
4848

4949
^ self new
50-
verifyBlock: [ :model |
51-
OCScanner isSelector: model savingMethodName ];
50+
verifyBlock: [ :model | model savingMethodName isValidSelector ];
5251
showBlock: [ :view | view showMethodIsNotValidError ];
53-
yourself
52+
yourself.
5453
]
5554

5655
{ #category : #constructor }

0 commit comments

Comments
 (0)