mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -78,7 +78,7 @@ describe('Key methods', function () {
|
||||
},
|
||||
function (next) {
|
||||
db.set('key2', 'value2', next);
|
||||
}
|
||||
},
|
||||
], function (err) {
|
||||
if (err) {
|
||||
return done(err);
|
||||
@@ -92,7 +92,7 @@ describe('Key methods', function () {
|
||||
},
|
||||
key2exists: function (next) {
|
||||
db.exists('key2', next);
|
||||
}
|
||||
},
|
||||
}, function (err, results) {
|
||||
assert.equal(err, null);
|
||||
assert.equal(results.key1exists, false);
|
||||
|
||||
Reference in New Issue
Block a user