diff --git a/tests/policy/policy.spec.ts b/tests/policy/policy.spec.ts index 9f2c2f6..64e3ecd 100644 --- a/tests/policy/policy.spec.ts +++ b/tests/policy/policy.spec.ts @@ -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; }); });