Skip to content

Commit c5559c0

Browse files
committed
Fix API
1 parent 19b7495 commit c5559c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Moose-Blueprint-Models-Tests/CBAbstractClassBlueprintTest.class.st

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,5 @@ CBAbstractClassBlueprintTest >> testIsInitializerMethod [
239239
{ #category : 'tests' }
240240
CBAbstractClassBlueprintTest >> testModels [
241241

242-
self
243-
assertCollection: (classBlueprint models collect: #name)
244-
hasSameElements: (mainClass children collect: #name)
242+
self assertCollection: (classBlueprint models collect: #name) hasSameElements: (mainClass containedEntities collect: #name)
245243
]

0 commit comments

Comments
 (0)