Skip to content

Commit cf6459f

Browse files
Added 'MatplotLibBridge-Tests' to default group.
1 parent e73b09c commit cf6459f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfMatplotLibBridge/BaselineOfMatplotLibBridge.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BaselineOfMatplotLibBridge >> defineDependencies: spec [
2929
{ #category : #baseline }
3030
BaselineOfMatplotLibBridge >> defineGroups: spec [
3131
spec
32-
group: 'default' with: #('MatplotLibBridge' 'MatplotLibBridge-Commands');
32+
group: 'default' with: #('MatplotLibBridge' 'MatplotLibBridge-Commands' 'MatplotLibBridge-Tests');
3333
group: 'atlas' with: #('default' 'MatplotLibBridge-Atlas')
3434
]
3535

0 commit comments

Comments
 (0)