Skip to content

Commit

Permalink
Fix project name for GS compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Feb 29, 2024
1 parent e244b64 commit 9ce3c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ StargateConsulExampleTest >> testProjectName [

self
assert: StargateConsulExample projectName
equals: 'StargateConsul'
equals: 'Stargate-Consul'
]

{ #category : #tests }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ StargateConsulExample class >> initialize [
{ #category : #private }
StargateConsulExample class >> projectName [

^ 'StargateConsul'
^ 'Stargate-Consul'
]

{ #category : #'private - accessing' }
Expand Down

0 comments on commit 9ce3c08

Please sign in to comment.