This commit is contained in:
Barış Soner Uşaklı
2017-05-19 14:52:36 -04:00
parent 0bb52c5fc5
commit 95196ceedc
4 changed files with 19 additions and 2 deletions

View File

@@ -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();
});
});