mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #3307 from colbywhite/master
A simple typo correction
This commit is contained in:
commit
2bc8416558
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user