fix lex tests maybe

This commit is contained in:
yariplus
2016-10-17 16:35:33 -04:00
parent 472dd007d8
commit af2122bdb9
3 changed files with 6 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ describe('Sorted Set methods', function () {
db.sortedSetAdd('sortedSetTest3', [2, 4], ['value2', 'value4'], next);
},
function (next) {
db.sortedSetAdd('sortedSetLex', [0, 0, 0, 0], ['a', 'b', 'c', 'd'], done);
db.sortedSetAdd('sortedSetLex', [0, 0, 0, 0], ['a', 'b', 'c', 'd'], next);
}
], done);
});