Skip to content

Commit

Permalink
fix typo in baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 committed Sep 13, 2024
1 parent 48475de commit 133358f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfGameMecha/BaselineOfGameMecha.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Class {

{
#category : #baseline,
#'squeak_changestamp' : 'ek 9/13/2024 15:32'
#'squeak_changestamp' : 'ek 9/13/2024 16:07'
}
BaselineOfGameMecha >> baseline: spec [
<baseline>
Expand All @@ -23,7 +23,7 @@ BaselineOfGameMecha >> baseline: spec [
package: 'GameMecha-Test' with: [spec requires: #('core')];
yourself.
spec
group: 'core' with: #('GameMecha-ResourceLoading' 'GameMecha-Collisions' 'GameMecha-KeyHandling' 'GameMechaTileEditor');
group: 'core' with: #('GameMecha-ResourceLoading' 'GameMecha-Collisions' 'GameMecha-KeyHandling' 'GameMecha-TileEditor');
group: 'examples' with: #('GameMecha-Examples' 'GameMecha-DemoGame');
group: 'test' with: #('GM-Test');
yourself]
Expand Down

0 comments on commit 133358f

Please sign in to comment.