Skip to content

Commit

Permalink
Merge pull request #191 from OpenSmock/Issue_0190
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep authored Jul 12, 2024
2 parents acd2949 + ef58053 commit 1efd055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Pyramid-Toplo-Tests/PyramidThemeCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ PyramidThemeCommandTest >> targetContainers [
(PyramidCommandTestContainer
no: BlElement new
with: (BlElement new
toTheme: ToRawTheme new;
localTheme: ToRawTheme new;
yourself)
prop: ToRawTheme new).
(PyramidCommandTestContainer
no: (BlElement new
toTheme: ToRawDarkTheme new;
localTheme: ToRawDarkTheme new;
yourself)
with: (BlElement new
toTheme: ToRawTheme new;
localTheme: ToRawTheme new;
yourself)
prop: ToRawTheme new).
(PyramidCommandTestContainer
no: (BlElement new
toTheme: ToRawDarkTheme new;
localTheme: ToRawDarkTheme new;
yourself)
with: (BlElement new)
prop: nil) }
Expand Down
2 changes: 1 addition & 1 deletion src/Pyramid-Toplo/PyramidThemeCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ PyramidThemeCommand >> getValueFor: anObject [
{ #category : 'as yet unclassified' }
PyramidThemeCommand >> setValueFor: anObject with: nilOrToTheme [

anObject toTheme: nilOrToTheme
anObject localTheme: nilOrToTheme
]

0 comments on commit 1efd055

Please sign in to comment.