Skip to content

Commit 1a2fed3

Browse files
committed
Fix one more test
1 parent 02982fc commit 1a2fed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Moose-Query-Test/MooseQueryTest.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ MooseQueryTest >> testChildren [
395395
MooseQueryTest >> testChildrenSelectors [
396396
self
397397
assertCollection: class1 childrenSelectors
398-
hasSameElements: #(#types #attributes #methods #definedAnnotationTypes)
398+
hasSameElements: #(#types #attributes #methods #definedAnnotationTypes #comments)
399399
]
400400

401401
{ #category : #tests }

0 commit comments

Comments
 (0)