Merge pull request #3307 from colbywhite/master

A simple typo correction
This commit is contained in:
Philipp Muens 2017-02-28 08:05:50 +01:00 committed by GitHub
commit 2bc8416558

View File

@ -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',