Skip to content

Commit cbccc86

Browse files
committed
update test
1 parent 2d68512 commit cbccc86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/openAPIGenerator.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ describe('OpenAPIGenerator', () => {
3131
},
3232
configSchemaHandler: {
3333
defineFunctionEventProperties: () => {},
34-
defineFunctionProperties: () => {}
34+
defineFunctionProperties: () => {},
35+
defineCustomProperties: () => {},
3536
},
3637
classes: {
3738
Error: class ServerlessError {constructor(err) {return new Error(err)}}

0 commit comments

Comments
 (0)