Skip to content

Commit 5c1a6e0

Browse files
committed
Fix group name
1 parent fb82e46 commit 5c1a6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfNgramModel/BaselineOfNgramModel.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ BaselineOfNgramModel >> baseline: spec [
1616
package: 'Ngram-Tests' with: [ spec requires: #( 'Ngram' ) ];
1717
package: 'NgramModel-Tests' with: [ spec requires: #( 'NgramModel' ) ].
1818

19-
spec group: 'Ngram' with: #( 'Ngram' 'Ngram-Tests' ) ]
19+
spec group: 'Ngram-core' with: #( 'Ngram' 'Ngram-Tests' ) ]
2020
]

0 commit comments

Comments
 (0)