Skip to content

Commit

Permalink
feat(core): fix a lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-king-sh committed Jun 30, 2022
1 parent 6062834 commit 3ab1510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/test/nested-stack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('nested-stack', () => {
});
});
test('a nested-stack has a description in templateOptions.', () => {
const description = 'This is a description.'
const description = 'This is a description.';
const stack = new Stack();
var nestedStack = new NestedStack(stack, 'MyNestedStack', {
description,
Expand Down

0 comments on commit 3ab1510

Please sign in to comment.