Skip to content

Commit

Permalink
fix: added spaces because it does not conform to the code style
Browse files Browse the repository at this point in the history
  • Loading branch information
yamoyamoto committed Dec 19, 2023
1 parent 4850d82 commit 0713874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('IAM Role.fromRoleArn', () => {
expect(stack2PolicyNameCapture.asString()).toMatch(/PolicyRoleStack2ImportedRole.*/);
});

test('Policy name is truncated to a maximum length of 128 characters when the original name exceeds this limit', () =>{
test('Policy name is truncated to a maximum length of 128 characters when the original name exceeds this limit', () => {
const appWithFeatureFlag = new App({ context: { [IAM_IMPORTED_ROLE_STACK_SAFE_DEFAULT_POLICY_NAME]: true } });
const roleStack1 = new Stack(appWithFeatureFlag, 'RoleStack1');

Expand Down

0 comments on commit 0713874

Please sign in to comment.