mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	fix test
This commit is contained in:
		@@ -172,7 +172,9 @@ describe('Sorted Set methods', function() {
 | 
			
		||||
				assert.equal(count, 2);
 | 
			
		||||
				done();
 | 
			
		||||
			});
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		it('should return number of elements between scores -inf +inf inclusive', function(done) {
 | 
			
		||||
			db.sortedSetCount('sortedSetTest1', '-inf', '+inf', function(err, count) {
 | 
			
		||||
				assert.equal(err, null);
 | 
			
		||||
				assert.equal(arguments.length, 2);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user