diff --git a/src/model/cloud-runner/tests/cloud-runner-run-twice-retaining.test.ts b/src/model/cloud-runner/tests/cloud-runner-run-twice-retaining.test.ts index f179d605..21bf0b5f 100644 --- a/src/model/cloud-runner/tests/cloud-runner-run-twice-retaining.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-run-twice-retaining.test.ts @@ -19,7 +19,7 @@ describe('Cloud Runner Retain Workspace', () => { it('Responds', () => {}); setups(); if (CloudRunnerOptions.cloudRunnerTests && CloudRunnerOptions.cloudRunnerCluster !== `k8s`) { - it('Run one build it should not use cache, run subsequent build which should use cache', async () => { + it('Run one build it should not already be retained, run subsequent build which should use retained workspace', async () => { const overrides = { versioning: 'None', projectPath: 'test-project',