Skip to content

Commit

Permalink
Fix the name of getStatement test when sid is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
tdpauw committed Jun 3, 2021
1 parent 8a8d9e7 commit be368ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/policy/policy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('#PolicyDocument', function() {
});

describe('when Sid doesn\'t exist', function() {
it('should return the statement having the given Sid', function() {
it('should return undefined', function() {
expect(policy.getStatement('an sid')).to.be.undefined;
});
});
Expand Down

0 comments on commit be368ef

Please sign in to comment.