File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/BaselineOfAIGraphAlgorithms Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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' ) ]
You can’t perform that action at this time.
0 commit comments