diff --git a/tests/database/sorted.js b/tests/database/sorted.js index 0a7f11db5c..e38f8b8a8b 100644 --- a/tests/database/sorted.js +++ b/tests/database/sorted.js @@ -26,7 +26,7 @@ describe('Sorted Set methods', function() { describe('sortedSetsAdd()', function() { it('should add an element to two sorted sets', function(done) { - db.sortedSetsAdd(['sorted1, sorted2'], 3, 'value3', function(err) { + db.sortedSetsAdd(['sorted1', 'sorted2'], 3, 'value3', function(err) { assert.equal(err, null); assert.equal(arguments.length, 1); done();