Skip to content

Commit 947d789

Browse files
committed
Fixed test by using the builder for the spec presenter
1 parent b39b3de commit 947d789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Containers-AVL-Tree-Inspector/CTAVLTreeInspectorTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CTAVLTreeInspectorTest >> testCreateCanvas [
1212
tree := tree := CTAVLTree new.
1313
tree addAll: { 4. 2. 3. 10 }.
1414

15-
presenter := tree inspectorCanvas.
15+
presenter := tree inspectorCanvas: SpPresenterBuilder new.
1616
self assert: presenter isPresenter.
1717
self assert: presenter canvas nodes size equals: tree size.
1818
]

0 commit comments

Comments
 (0)