Skip to content

Commit

Permalink
fixing test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonig committed Mar 10, 2020
1 parent 756c618 commit 76e0272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iam/test/policy-statement.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('IAM policy statement', () => {

});

test('parses a given arnPrincipal', () => {
test('parses a given notPrincipal', () => {
const stack = new Stack();

const s = new PolicyStatement();
Expand Down

0 comments on commit 76e0272

Please sign in to comment.