diff --git a/lib/plugins/aws/lib/monitorStack.test.js b/lib/plugins/aws/lib/monitorStack.test.js index 3f18b0086..608b3b216 100644 --- a/lib/plugins/aws/lib/monitorStack.test.js +++ b/lib/plugins/aws/lib/monitorStack.test.js @@ -558,7 +558,6 @@ describe('monitorStack', () => { }); }); - it('should catch describeStackEvents error if stack was not in deleting state', () => { const describeStackEventsStub = sinon.stub(awsPlugin.provider, 'request'); const cfDataMock = { @@ -586,7 +585,7 @@ describe('monitorStack', () => { }); }); - it('should throw an error and exit immediataley if statck status is *_FAILED', () => { + it('should throw an error and exit immediately if stack status is *_FAILED', () => { const describeStackEventsStub = sinon.stub(awsPlugin.provider, 'request'); const cfDataMock = { StackId: 'new-service-dev',