Skip to content

Commit

Permalink
remove test (it was testing a removed functionality)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Dec 18, 2023
1 parent af3cb10 commit 8442560
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Spec2-Backend-Tests/SpListCommonPropertiestTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ SpListCommonPropertiestTest >> testChangingFromSingleToMultipleSelection [
self assert: presenter isMultipleSelection
]

{ #category : 'tests' }
SpListCommonPropertiestTest >> testEnablingFilteringUpdateOpenedList [
self deny: self adapter hasFilter.
presenter matchSubstring.
self assert: self adapter hasFilter.
presenter itemFilter: nil.
self deny: self adapter hasFilter
]

{ #category : 'tests' }
SpListCommonPropertiestTest >> testRemoveHeaderTitleInPresenterRemovesColumnHeaderMorph [
self flag: #pharo7.
Expand Down

0 comments on commit 8442560

Please sign in to comment.