mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:27:50 +02:00
fix lint
This commit is contained in:
@@ -44,7 +44,7 @@ describe('Hash methods', function () {
|
||||
});
|
||||
|
||||
it('should not error if a key is empty string', function (done) {
|
||||
db.setObject('emptyField', {'': '', b: 1}, function (err) {
|
||||
db.setObject('emptyField', { '': '', b: 1 }, function (err) {
|
||||
assert.ifError(err);
|
||||
db.getObject('emptyField', function (err, data) {
|
||||
assert.ifError(err);
|
||||
|
||||
Reference in New Issue
Block a user