Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 13b2821

Browse files
author
Vikas Agarwal
committed
lint fixes
1 parent 08b6d8d commit 13b2821

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/app.test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,7 @@ describe('app', () => {
262262
sendTestEvent(sampleEvents.updatedInReview, 'project.updated');
263263
setTimeout(() => {
264264
assertCount += 1;
265-
const expectedTitle = 'Your project has been submitted for review';
266-
const expectedBody = 'Hello, it\'s Coder again. Thanks for submitting your project <a href="https://connect.topcoder-dev.com/projects/1/" rel="nofollow">test</a>! I\'ve used my super computational powers to route it to one of our trusty humans. They\'ll get back to you in 1-2 business days.';
267-
sinon.assert.notCalled(spy)
265+
sinon.assert.notCalled(spy);
268266
params = slackSpy.lastCall.args;
269267
assert.deepEqual(params[1], expectedManagerSlackNotification);
270268
checkAssert(assertCount, callbackCount, done);

0 commit comments

Comments
 (0)