Skip to content

Commit 6f693e6

Browse files
committed
ghedamat is terrible, sorry
1 parent 59fa599 commit 6f693e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/unit/index-nodetest.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ describe('redis plugin', function() {
273273

274274
return previous;
275275
}, []);
276-
assert.equal(messages.length, 11);
276+
assert.equal(messages.length, 12);
277277
});
278278
it('adds default config to the config object', function() {
279279
plugin.configure(context);
@@ -312,7 +312,7 @@ describe('redis plugin', function() {
312312

313313
return previous;
314314
}, []);
315-
assert.equal(messages.length, 10);
315+
assert.equal(messages.length, 11);
316316
});
317317
it('does not add default config to the config object', function() {
318318
plugin.configure(context);
@@ -352,7 +352,7 @@ describe('redis plugin', function() {
352352

353353
return previous;
354354
}, []);
355-
assert.equal(messages.length, 10)
355+
assert.equal(messages.length, 11)
356356
});
357357
it('does not add default config to the config object', function() {
358358
plugin.configure(context);
@@ -392,7 +392,7 @@ describe('redis plugin', function() {
392392

393393
return previous;
394394
}, []);
395-
assert.equal(messages.length, 9);
395+
assert.equal(messages.length, 10);
396396
});
397397

398398
it('does not add default config to the config object', function() {

0 commit comments

Comments
 (0)