From f95b121e3ba530bbe366b156b75d7c255b15320b Mon Sep 17 00:00:00 2001 From: ruidajo Date: Fri, 9 Aug 2024 17:48:22 -0500 Subject: [PATCH] Fixing baseline. --- .../BaselineOfInstagramPharo.class.st | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BaselineOfInstagramPharo/BaselineOfInstagramPharo.class.st b/BaselineOfInstagramPharo/BaselineOfInstagramPharo.class.st index 6ca597f..3e7b227 100644 --- a/BaselineOfInstagramPharo/BaselineOfInstagramPharo.class.st +++ b/BaselineOfInstagramPharo/BaselineOfInstagramPharo.class.st @@ -12,11 +12,11 @@ BaselineOfInstagramPharo >> baseline: spec [ spec for: #common do: [ spec - package: 'InstagramPharo'; - package: 'InstagramPharo-Tests' with: [ spec requires: #('InstagramPharo') ]; + package: 'Instagram'; + package: 'Instagram-Tests' with: [ spec requires: #('Instagram') ]; group: 'default' with: #('core' 'tests'); - group: 'core' with: #('InstagramPharo'); - group: 'tests' with: #('InstagramPharo-Tests') ]. + group: 'core' with: #('Instagram'); + group: 'tests' with: #('Instagram-Tests') ]. spec for: #pharo do: [ spec