Skip to content

Commit

Permalink
test: remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Sep 15, 2024
1 parent 7d1dbe0 commit 05c4d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/core/test/stage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ describe('stage', () => {
});

// WHEN
const stack1 = new Stack(stage, 'Stack1', { env: { region: 'elsewhere' } });
const stack1 = new Stack(stage, 'Stack1');

// THEN
expect(stack1.terminationProtection).toEqual(true);
Expand Down

0 comments on commit 05c4d02

Please sign in to comment.