Skip to content

Commit c95d2dc

Browse files
committed
test(Individual Deploy): ✅ update test case
1 parent 61c1fcc commit c95d2dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/deploy/deploy.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ describe('#deploy', () => {
348348
);
349349
serverlessStepFunctions.deployStateMachine = {};
350350
serverlessStepFunctions.deployStateMachine.getLambdaStackResource = [];
351-
await serverlessStepFunctions.createDefinitionString();
352351
expect(() => serverlessStepFunctions.callUpdateFunction()).to.throw('Step function does not exist in cloud formation');
353352
});
354353
});

0 commit comments

Comments
 (0)