Skip to content

Commit a8e1a60

Browse files
authored
chore(core): backport change on main branch to v1-main
1 parent d31a1b9 commit a8e1a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/core/test/stack.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ describe('stack', () => {
600600
producerM.exportValue(resourceM.getAtt('Att'));
601601

602602
const template = appM.synth().getStackByName(producerM.stackName).template;
603-
expect(template).toEqual({
603+
expect(template).toMatchObject({
604604
Outputs: {
605605
ExportsOutputFnGetAttOVERRIDELOGICALIDAtt2DD28019: {
606606
Export: {

0 commit comments

Comments
 (0)