Skip to content

Commit ccd0f34

Browse files
committed
Fix linting errors
1 parent ae8e555 commit ccd0f34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/@aws-cdk/aws-ec2/test/test.bastion-host.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ export = {
6767

6868
// THEN
6969
expect(stack).to(haveResource('AWS::EC2::Instance', {
70-
"BlockDeviceMappings": [
70+
'BlockDeviceMappings': [
7171
{
72-
"DeviceName": "EBSBastionHost",
73-
"Ebs": {
74-
"Encrypted": true,
75-
"VolumeSize": 10
72+
'DeviceName': 'EBSBastionHost',
73+
'Ebs': {
74+
'Encrypted': true,
75+
'VolumeSize': 10
7676
}
7777
}
7878
]

0 commit comments

Comments
 (0)