Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-efs/test/efs-file-system.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
  • Loading branch information
badmintoncryer and lpizzinidev authored Jan 2, 2024
1 parent d406d9e commit f914d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-efs/test/efs-file-system.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ test('specify availabilityZoneName to create mount targets in a specific AZ', ()
},
});

// MountTargetのサブネットIDを取得
// make sure only one mount target is created.
template.resourceCountIs('AWS::EFS::MountTarget', 1);
});

Expand Down

0 comments on commit f914d95

Please sign in to comment.