We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99ea4e commit b374d6bCopy full SHA for b374d6b
src/AI-Algorithms-Graph-Tests/AIGraphTestFixtureStructure.class.st
@@ -29,12 +29,12 @@ AIGraphTestFixtureStructure >> edges: anObject [
29
]
30
31
{ #category : 'inspector' }
32
-AIGraphTestFixtureStructure >> inspectGraph [
+AIGraphTestFixtureStructure >> inspectGraph: aBuilder [
33
34
<inspectorPresentationOrder: 0 title: 'Graph'>
35
| c |
36
c := self buildGraphCanvas.
37
- ^ SpRoassal3InspectorPresenter new
+ ^ (aBuilder instantiate: SpRoassal3InspectorPresenter)
38
canvas: c;
39
yourself
40
0 commit comments