Skip to content

Commit

Permalink
Fixing broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jan 17, 2020
1 parent 7022b39 commit 6173d36
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -278,7 +278,7 @@ EFSettingPreviewerTest >> testWhenSettingsDropListSelectionShouldFormatedTextCha
textChanged := false.
self
assert: biSettingPreviewer settingsDropList selectedItem selector
equals: #testConfigIdentStringTabulation.
equals: #textConfigIdentStringFourSpace.
biSettingPreviewer formatedTextPresenter
whenTextChangedDo: [ textChanged := true ].
biSettingPreviewer settingsDropList
Expand All @@ -295,7 +295,7 @@ EFSettingPreviewerTest >> testWhenSettingsDropListSelectionShouldPrettyPrinterCo
| streamA streamB |
self
assert: biSettingPreviewer settingsDropList selectedItem selector
equals: #testConfigIdentStringTabulation.
equals: #textConfigIdentStringFourSpace.
biSettingPreviewer settingsDropList
selectIndex:
(biSettingPreviewer settingsDropList listItems
Expand Down

0 comments on commit 6173d36

Please sign in to comment.