Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane DeWael committed Oct 9, 2019
1 parent aa91a2f commit cc80f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExpressReceiver.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('ExpressReceiver', () => {
warn(..._msg: any[]): void { },
error(..._msg: any[]): void { },
setLevel(_level: LogLevel): void { },
getLevel(): LogLevel { },
getLevel(): LogLevel { return LogLevel.DEBUG; },
setName(_name: string): void { },
};

Expand Down

0 comments on commit cc80f12

Please sign in to comment.