X Tutup
Skip to content

Commit d6705ff

Browse files
author
Johan Brichau
committed
Fix another baseline typo
1 parent 171232f commit d6705ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselinePharo..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ baselinePharo: spec
4545
includes: #('Grease-Tests-Pharo-Core') ];
4646
package: 'Grease-Pharo90-Core' with: [ spec requires: #('Grease-Core') ];
4747
package: 'Grease-Pharo90-Slime' with: [ spec requires: #('Grease-Core') ];
48-
package: 'Grease-Tests-Pharo-Slime' with: [ spec requires: #('Grease-Pharo90-Slime') ].
48+
package: 'Grease-Tests-Slime' with: [ spec requires: #('Grease-Pharo90-Slime') ].
4949

5050
spec
5151
group: 'Slime' with: #('Grease-Pharo90-Slime');

0 commit comments

Comments
 (0)
X Tutup