From c82bc86a82f2cdb2437068f3ac41d27cdb964672 Mon Sep 17 00:00:00 2001 From: Carolyn McCawley Date: Wed, 22 Oct 2025 15:03:50 -0400 Subject: [PATCH] CLOUDP-349753: fixing test name --- packages/compass-telemetry/src/growth-experiments.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/compass-telemetry/src/growth-experiments.ts b/packages/compass-telemetry/src/growth-experiments.ts index f7b079e5531..92100c2da9f 100644 --- a/packages/compass-telemetry/src/growth-experiments.ts +++ b/packages/compass-telemetry/src/growth-experiments.ts @@ -7,6 +7,6 @@ export enum ExperimentTestName { export enum ExperimentTestGroup { mockDataGeneratorVariant = 'mockDataGeneratorVariant', mockDataGeneratorControl = 'mockDataGeneratorControl', - atlasSkillsVariant = 'atlasSkillsVariant', - atlasSkillsControl = 'atlasSkillsControl', + atlasSkillsVariant = 'atlasSkillsExperimentVariant', + atlasSkillsControl = 'atlasSkillsExperimentControl', }