Skip to content

Commit 5452dfb

Browse files
committed
Updated baseline
1 parent 1817ceb commit 5452dfb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/BaselineOfAIGraphAlgorithms/BaselineOfAIGraphAlgorithms.class.st

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BaselineOfAIGraphAlgorithms >> baseline: spec [
2525

2626
spec
2727
package: 'AI-Algorithms-Graph-Generators'
28-
with: [ spec requires: #( 'AI-Algorithms-Graph' ) ].
28+
with: [ spec requires: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' ) ].
2929
spec
3030
package: 'AI-Algorithms-Graph-Generators-Tests'
3131
with: [ spec requires: #( 'AI-Algorithms-Graph-Generators' ) ].
@@ -44,7 +44,8 @@ BaselineOfAIGraphAlgorithms >> defineGroups: spec [
4444
group: 'Core' with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components');
4545
group: 'Tests' with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' 'AI-Algorithms-Graph-Tests' ).
4646
spec
47-
group: 'GraphGenerators' with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' 'AI-Algorithms-Graph-Generators' );
47+
group: 'GraphGenerators'
48+
with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' 'AI-Algorithms-Graph-Generators' );
4849
group: 'GraphGeneratorsTests' with: #( 'AI-Algorithms-Graph-Generators' 'AI-Algorithms-Graph-Generators-Tests' ).
49-
spec group: 'default' with: #( 'Core' 'Tests' )
50+
spec group: 'default' with: #( 'Core' 'Tests' )
5051
]

0 commit comments

Comments
 (0)