Skip to content

Commit

Permalink
remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Mar 22, 2022
1 parent a010762 commit 982aab4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Spec2-Tests/SpTablePresenterTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,6 @@ SpTablePresenterTest >> testAddColumnRaisesOneEventOnly [
self assert: count equals: 1
]

{ #category : #tests }
SpTablePresenterTest >> testCanAlternateRowColors [

presenter
hideColumnHeaders;
alternateRowsColor.

self openInstance.

presenter withAdapterPerformOrDefer: [ :adapter |
self assert: (adapter instVarNamed: #alternateRowColors) equals: true ]
]

{ #category : #tests }
SpTablePresenterTest >> testGivenSortingIsActiveWhenAffectingNewItemsThenNewItemsAreSorted [

Expand Down

0 comments on commit 982aab4

Please sign in to comment.