Commit 3437272
authored
chore(cloudfront-origins): remove the unused variable from the unit test (#35753)
### Issue # (if applicable)
None
### Reason for this change
There is the unused `otherStack` variable in `functio-url-origin.test.ts`.
```
let otherStack: Stack;
beforeEach(() => {
otherStack = new Stack():
});
```
### Description of changes
Remove `otherStack` definition
### Describe any new or updated permissions being added
None
### Description of how you validated changes
Existing unit test
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent 3087ffa commit 3437272
File tree
1 file changed
+0
-2
lines changed- packages/aws-cdk-lib/aws-cloudfront-origins/test
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
0 commit comments