Skip to content

Commit

Permalink
Update cluster name to be consistent with other test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jada-slalom committed Feb 9, 2024
1 parent 5e3c648 commit 74817f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-docdb/test/cluster.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ describe('DatabaseCluster', () => {
const vpc = new ec2.Vpc(stack, 'VPC');

// WHEN
new DatabaseCluster(stack, 'Cluster', {
new DatabaseCluster(stack, 'Database', {
masterUser: { username: 'admin' },
instanceType: ec2.InstanceType.of(ec2.InstanceClass.BURSTABLE2, ec2.InstanceSize.SMALL),
vpc,
Expand Down

0 comments on commit 74817f6

Please sign in to comment.