Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-servicecatalog/test/portfolio.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Ruka <adamruka85@gmail.com>
  • Loading branch information
dponzo and skinny85 committed Nov 8, 2021
1 parent e88edf7 commit 30fad55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 30fad55

Please sign in to comment.