Skip to content

Commit

Permalink
Do not use slotsFromString:
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Dec 4, 2023
1 parent 143fe26 commit dbcbeca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SpScrollableLayoutAdapterTest >> testAddWithSymbolWorks [
presenterClass := classFactory make: [ :aBuilder |
aBuilder
superclass: SpPresenter;
slotsFromString: 'textInput';
slots: #(textInput);
package: self class package name ].

presenter := presenterClass new.
Expand Down

0 comments on commit dbcbeca

Please sign in to comment.