Skip to content

Commit 771eaa9

Browse files
LironErEnase
authored andcommitted
fix lint
1 parent 5200d84 commit 771eaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('plugin tests', function(this: any) {
3434
beforeEach(async () => {
3535
serverless = new Serverless();
3636
serverless.cli = new serverless.classes.CLI();
37-
37+
3838
// Since serverless 2.24.0 processInput function doesn't exists
3939
if (serverless.cli.processInput) {
4040
serverless.processedInput = serverless.cli.processInput();

0 commit comments

Comments
 (0)