From b29fd4a997a105f6c3a3b19a87852a56e75db65b Mon Sep 17 00:00:00 2001 From: William Rubel Date: Sat, 16 Feb 2019 20:53:54 -0600 Subject: [PATCH] Adding additional tests to increase coverage --- file.tmp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 file.tmp diff --git a/file.tmp b/file.tmp deleted file mode 100644 index 80053c647..000000000 --- a/file.tmp +++ /dev/null @@ -1,9 +0,0 @@ - - AWSTemplateFormatVersion: '2010-09-09' - Description: Simple CloudFormation Test Template - Resources: - S3Bucket: - Type: AWS::S3::Bucket - Properties: - AccessControl: PublicRead - BucketName: cf-test-bucket-1