Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Aug 13, 2024
1 parent 79b2e7d commit e933382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk/test/cdk-toolkit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ describe('deploy', () => {
sdkProvider: cloudExecutable.sdkProvider,
deployments: new FakeCloudFormation({
'Test-Stack-A': { Foo: 'Bar' },
}),
}, notificationArns),
});

// WHEN
Expand All @@ -529,7 +529,7 @@ describe('deploy', () => {
sdkProvider: cloudExecutable.sdkProvider,
deployments: new FakeCloudFormation({
'Test-Stack-A': { Foo: 'Bar' },
}),
}, notificationArns),
});

// WHEN
Expand Down

0 comments on commit e933382

Please sign in to comment.