diff --git a/src/services/slack.ts b/src/services/slack.ts index 58cb01246..4370a8500 100644 --- a/src/services/slack.ts +++ b/src/services/slack.ts @@ -192,7 +192,7 @@ export class SlackConnector implements ISlackConnector { reposToShow.push(opt); }); - // THis is the limitation enforced by slack as no more 100 items are allowd in the dropdown + // This is the limitation enforced by slack as no more 100 items are allowd in the dropdown //Sort the list so that any inactive versions are at the end and will be truncated if any items must be truncated //'[ERROR] no more than 100 items allowed [json-pointer:/view/blocks/0/element/options]' diff --git a/tests/unit/api/slack.test.ts b/tests/unit/api/slack.test.ts index d7837be61..2b0cda063 100644 --- a/tests/unit/api/slack.test.ts +++ b/tests/unit/api/slack.test.ts @@ -53,7 +53,6 @@ jest.mock('../../../src/repositories/docsetsRepository', () => ({ jest.mock('config'); describe('Slack API Controller Tests', () => { - console.log('hello'); const mockEntitlement = { email: 'test.user@mongodb.com', github_username: 'test.user',