Skip to content

Commit 650a580

Browse files
svozzadreamorosi
andcommitted
update custom logger test name
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 4f4708f commit 650a580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/event-handler/tests/unit/rest/BaseRouter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe('Class: BaseRouter', () => {
103103
expect(console.warn).toHaveBeenCalledWith('test warn');
104104
});
105105

106-
it('should use custom logger when provided', () => {
106+
it('uses a custom logger when provided', () => {
107107
vi.stubEnv('AWS_LAMBDA_LOG_LEVEL', 'DEBUG');
108108

109109
const logger = {

0 commit comments

Comments
 (0)