@@ -273,7 +273,7 @@ describe('redis plugin', function() {
273
273
274
274
return previous ;
275
275
} , [ ] ) ;
276
- assert . equal ( messages . length , 11 ) ;
276
+ assert . equal ( messages . length , 12 ) ;
277
277
} ) ;
278
278
it ( 'adds default config to the config object' , function ( ) {
279
279
plugin . configure ( context ) ;
@@ -312,7 +312,7 @@ describe('redis plugin', function() {
312
312
313
313
return previous ;
314
314
} , [ ] ) ;
315
- assert . equal ( messages . length , 10 ) ;
315
+ assert . equal ( messages . length , 11 ) ;
316
316
} ) ;
317
317
it ( 'does not add default config to the config object' , function ( ) {
318
318
plugin . configure ( context ) ;
@@ -352,7 +352,7 @@ describe('redis plugin', function() {
352
352
353
353
return previous ;
354
354
} , [ ] ) ;
355
- assert . equal ( messages . length , 10 )
355
+ assert . equal ( messages . length , 11 )
356
356
} ) ;
357
357
it ( 'does not add default config to the config object' , function ( ) {
358
358
plugin . configure ( context ) ;
@@ -392,7 +392,7 @@ describe('redis plugin', function() {
392
392
393
393
return previous ;
394
394
} , [ ] ) ;
395
- assert . equal ( messages . length , 9 ) ;
395
+ assert . equal ( messages . length , 10 ) ;
396
396
} ) ;
397
397
398
398
it ( 'does not add default config to the config object' , function ( ) {
0 commit comments