diff --git a/services/common/src/components/projects/projectUtils.spec.ts b/services/common/src/components/projects/projectUtils.spec.ts index c619ef861c..9e2c750bf3 100644 --- a/services/common/src/components/projects/projectUtils.spec.ts +++ b/services/common/src/components/projects/projectUtils.spec.ts @@ -85,7 +85,7 @@ TEST_PARAMETERS.forEach( }); msEnabledStatuses.forEach((status) => { - it(`MS status: ${status} Should return false (enabled) when submission has occured`, () => { + it(`MS status: ${status} Should return false (enabled)`, () => { const result = testFunction(SystemFlagEnum.ms, status); expect(result).toBe(false); });