Skip to content

Commit 26791fb

Browse files
committed
Remove empty collection tests
Fixes SeasideSt#147
1 parent 3760bc7 commit 26791fb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

repository/Grease-Tests-Core.package/GRAbstractSequenceableCollectionTest.class/instance/testBeginsWithEmptySubCollection.st

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ tests
22
testBeginsWithEmptySubCollection
33
| collection |
44
collection := self arbitraryCollection.
5-
self deny: (collection beginsWithSubCollection: self emptyCollection).
65
self deny: (self emptyCollection beginsWithSubCollection: collection)

repository/Grease-Tests-Core.package/GRAbstractSequenceableCollectionTest.class/instance/testEndsWithEmptySubCollection.st

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ tests
22
testEndsWithEmptySubCollection
33
| collection |
44
collection := self arbitraryCollection.
5-
self deny: (collection endsWithSubCollection: self emptyCollection).
65
self deny: (self emptyCollection endsWithSubCollection: collection)

0 commit comments

Comments
 (0)