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 db29dda commit f3afa15Copy full SHA for f3afa15
tests/unit/lib/redis-nodetest.js
@@ -172,7 +172,7 @@ describe('redis', function() {
172
});
173
174
describe('#activate', function() {
175
- it('rejects if the revisionKey doesn\t exist in list of uploaded revisions', function() {
+ it('rejects if the revisionKey doesn\'t exist in list of uploaded revisions', function() {
176
var redis = new Redis({}, new FakeRedis(FakeClient.extend({
177
zrevrange: function() {
178
return this.recentRevisions;
0 commit comments