Skip to content

Commit 9f815ee

Browse files
committed
refactor
1 parent d5f43f0 commit 9f815ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/aws-cdk/test/cli/cdk-toolkit.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,9 @@ describe('deploy', () => {
416416
});
417417

418418
test.each([
419-
[true],
420-
[undefined],
421-
[false],
419+
true,
420+
false,
421+
undefined,
422422
])('defaults to 1 when assetParallelism=%s and assetBuildConcurrency is not specified', async (assetParallelism) => {
423423
cloudExecutable = await MockCloudExecutable.create({
424424
stacks: [MockStack.MOCK_STACK_WITH_ASSET],

0 commit comments

Comments
 (0)