Skip to content

Commit

Permalink
Merge pull request #1483 from MarcusDenker/testAddWithSymbolWorks-no-…
Browse files Browse the repository at this point in the history
…slotFromString

Do not use slotsFromString:
  • Loading branch information
MarcusDenker committed Dec 4, 2023
2 parents 143fe26 + dbcbeca commit fdeba46
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 fdeba46

Please sign in to comment.