Skip to content

Commit

Permalink
unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SankyRed committed Feb 22, 2024
1 parent 5a145f6 commit 64cfbac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/aws-cdk/test/list-stacks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ describe('list', () => {
test('stacks with no dependencies', async () => {
// GIVEN
const toolkit = new CdkToolkit({
cloudExecutable: mockCloudExecutable,
cloudExecutable: new MockCloudExecutable({
stacks: [
MockStack.MOCK_STACK_A,
MockStack.MOCK_STACK_B,
],
}),
configuration: mockCloudExecutable.configuration,
sdkProvider: mockCloudExecutable.sdkProvider,
deployments: cloudFormation,
Expand Down

0 comments on commit 64cfbac

Please sign in to comment.