Skip to content

Commit 89eb004

Browse files
committed
Lint
1 parent 7a8d129 commit 89eb004

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/constructs/iam/policies/developer-policy.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ describe("GuDeveloperPolicy", () => {
99
allow: [
1010
{
1111
actions: ["s3:GetObject"],
12-
resources: ["*"]
13-
}
12+
resources: ["*"],
13+
},
1414
],
15-
permission: "test123"
15+
permission: "test123",
1616
});
1717

1818
Template.fromStack(stack).hasResourceProperties("AWS::IAM::ManagedPolicy", {

0 commit comments

Comments
 (0)