@@ -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