Skip to content

Commit ba22d4a

Browse files
committed
chore: update Output string in tests
1 parent c0d2dae commit ba22d4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/index.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ describe('#index', () => {
326326
},
327327
};
328328
let expectedMessage = '';
329-
expectedMessage += `${chalk.yellow.underline('Serverless StepFunctions OutPuts')}\n`;
329+
expectedMessage += `${chalk.yellow.underline('Serverless StepFunctions Outputs')}\n`;
330330
expectedMessage += `${chalk.yellow('endpoints:')}`;
331331
expectedMessage += '\n POST - https://example.com/foo/bar';
332332
expectedMessage += '\n';
@@ -349,7 +349,7 @@ describe('#index', () => {
349349
},
350350
};
351351
let expectedMessage = '';
352-
expectedMessage += `${chalk.yellow.underline('Serverless StepFunctions OutPuts')}\n`;
352+
expectedMessage += `${chalk.yellow.underline('Serverless StepFunctions Outputs')}\n`;
353353
expectedMessage += `${chalk.yellow('endpoints:')}`;
354354
expectedMessage += '\n POST - https://example.com/foo/bar';
355355
expectedMessage += '\n';
@@ -372,7 +372,7 @@ describe('#index', () => {
372372
},
373373
};
374374
let expectedMessage = '';
375-
expectedMessage += `${chalk.yellow.underline('Serverless StepFunctions OutPuts')}\n`;
375+
expectedMessage += `${chalk.yellow.underline('Serverless StepFunctions Outputs')}\n`;
376376
expectedMessage += `${chalk.yellow('endpoints:')}`;
377377
expectedMessage += '\n POST - https://example.com';
378378
expectedMessage += '\n';

0 commit comments

Comments
 (0)