Skip to content

Commit

Permalink
Fixed baseline tests package loading
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsejam78 committed Aug 8, 2023
1 parent 925a95a commit 77b8162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/BaselineOfBuoy/BaselineOfBuoy.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]

Expand Down

0 comments on commit 77b8162

Please sign in to comment.