Skip to content

Commit 86fac56

Browse files
NEXT-173 - fixed eslint
1 parent 69a245d commit 86fac56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/services/shouts.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ let user2;
99

1010
let contribution1;
1111

12-
let shoutUser1Contribution1;
1312
let shoutUser2Contribution1;
1413

1514
describe('\'shouts\' shoutService', () => {
@@ -59,7 +58,7 @@ describe('\'shouts\' shoutService', () => {
5958
assert.equal(contribution1.shoutCount, 1);
6059

6160
// create shout
62-
shoutUser1Contribution1 = await shoutService.create({
61+
await shoutService.create({
6362
userId: user1._id,
6463
foreignId: contribution1._id,
6564
foreignService: 'contributions'

0 commit comments

Comments
 (0)