Skip to content

Commit

Permalink
Merge pull request #1405 from pharo-spec/jecisc-patch-1
Browse files Browse the repository at this point in the history
Remove last #organization from Spec
  • Loading branch information
MarcusDenker committed Jun 1, 2023
2 parents beeca6e + ed92e99 commit 6dccc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Examples/SpTransmissionExample.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SpTransmissionExample >> connectClassesPresenter [
transform: [ :aClass |
aClass
ifNotNil: [
aClass organization protocols
aClass protocols
collect: [ :each | aClass -> each ]
as: OrderedCollection ]
ifNil: [ #( ) ] ]
Expand Down

0 comments on commit 6dccc5a

Please sign in to comment.