Skip to content

Commit 3abb410

Browse files
committed
Updated baseline
1 parent d2bea40 commit 3abb410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/BaselineOfAIGraphAlgorithms/BaselineOfAIGraphAlgorithms.class.st

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ BaselineOfAIGraphAlgorithms >> baseline: spec [
3939
"Define groups"
4040
spec
4141
group: 'Core' with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components');
42-
group: 'Tests' with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' 'AI-Algorithms-Graph-Tests' ).
42+
group: 'Tests' with: #( 'AI-Algorithms-Graph-Tests' ).
4343
spec
4444
group: 'GraphGenerators'
45-
with: #( 'AI-Algorithms-Graph' 'AI-Algorithms-Graph-Components' 'AI-Algorithms-Graph-Generators' );
45+
with: #( 'AI-Algorithms-Graph-Generators' );
4646
group: 'GraphGeneratorsTests'
47-
with: #( 'AI-Algorithms-Graph-Generators' 'AI-Algorithms-Graph-Generators-Tests' ).
47+
with: #( 'AI-Algorithms-Graph-Generators-Tests' ).
4848

4949
spec group: 'default' with: #( 'Core' 'Tests' ).
5050
spec group: 'full' with: #( 'default' 'GraphGenerators' 'GraphGeneratorsTests' ) ]

0 commit comments

Comments
 (0)