diff --git a/packages/@aws-cdk/aws-servicecatalog/test/portfolio.test.ts b/packages/@aws-cdk/aws-servicecatalog/test/portfolio.test.ts index 5a0cc2aa9ac72..8ce040678cb8a 100644 --- a/packages/@aws-cdk/aws-servicecatalog/test/portfolio.test.ts +++ b/packages/@aws-cdk/aws-servicecatalog/test/portfolio.test.ts @@ -634,7 +634,7 @@ describe('portfolio associations and product constraints', () => { }).toThrowError(/Cannot set multiple launch roles for association/); }), - test('fails to add multiple set launch roles local launch role second', () => { + test('fails to add multiple set launch roles - local launch role second', () => { portfolio.setLaunchRole(product, launchRole); expect(() => { portfolio.setLocalLaunchRoleName(product, 'LaunchRole');