mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
closes #5692
This commit is contained in:
@@ -303,6 +303,7 @@ describe('Sorted Set methods', function () {
|
||||
assert.equal(err, null);
|
||||
assert.equal(arguments.length, 2);
|
||||
assert.equal(!!score, false);
|
||||
assert.strictEqual(score, null);
|
||||
done();
|
||||
});
|
||||
});
|
||||
@@ -312,6 +313,7 @@ describe('Sorted Set methods', function () {
|
||||
assert.equal(err, null);
|
||||
assert.equal(arguments.length, 2);
|
||||
assert.equal(!!score, false);
|
||||
assert.strictEqual(score, null);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user