We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7862c7 commit be6d96bCopy full SHA for be6d96b
tests/unit/lib/redis-nodetest.js
@@ -194,7 +194,7 @@ describe('redis', function() {
194
var recentRevisions = ['a', 'b', 'c'];
195
196
var redis = new Redis({}, new FakeRedis(FakeClient.extend({
197
- lrange: function() {
+ zrevrange: function() {
198
return recentRevisions;
199
},
200
get: function() {
@@ -227,7 +227,7 @@ describe('redis', function() {
227
var currentRevision = 'b';
228
229
230
231
232
233
0 commit comments