mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
ESlint space-in-parens, block-spacing
This commit is contained in:
@@ -871,7 +871,7 @@ describe('Controllers', function () {
|
||||
});
|
||||
});
|
||||
|
||||
it('should return empty after unfollow', function (done ) {
|
||||
it('should return empty after unfollow', function (done) {
|
||||
socketUser.unfollow({uid: uid}, {uid: fooUid}, function (err) {
|
||||
assert.ifError(err);
|
||||
request(nconf.get('url') + '/api/user/foo/followers', {json: true}, function (err, res, body) {
|
||||
|
||||
Reference in New Issue
Block a user