diff --git a/source/BaselineOfBuoy/BaselineOfBuoy.class.st b/source/BaselineOfBuoy/BaselineOfBuoy.class.st index ba216ae..8c51ec6 100644 --- a/source/BaselineOfBuoy/BaselineOfBuoy.class.st +++ b/source/BaselineOfBuoy/BaselineOfBuoy.class.st @@ -133,7 +133,7 @@ BaselineOfBuoy >> baselineMath: spec [ group: 'Deployment' with: 'Buoy-Math'; package: 'Buoy-Math-Extensions' with: [ spec requires: 'Buoy-Math' ]; group: 'Deployment' with: 'Buoy-Math-Extensions'; - package: 'Buoy-Math-Tests' with: [ spec requires: #('Buoy-Math' 'Dependent-SUnit-Extensions') ]; + package: 'Buoy-Math-Tests' with: [ spec requires: #('Buoy-Math-Extensions' 'Dependent-SUnit-Extensions') ]; group: 'Tests' with: 'Buoy-Math-Tests' ]