@@ -142,7 +142,7 @@ adapters.forEach(function (adapters) {
142142 remote . put ( { _id : 'hazaa' } ) ;
143143 } ) ;
144144
145- it ( 'source doesn\'t leak "destroyed" event' , function ( ) {
145+ it ( 'source doesn\'t leak "destroyed" event listener ' , function ( ) {
146146
147147 var db = new PouchDB ( dbs . name ) ;
148148 var remote = new PouchDB ( dbs . remote ) ;
@@ -214,7 +214,7 @@ adapters.forEach(function (adapters) {
214214 } ) ;
215215 } ) ;
216216
217- it ( 'target doesn\'t leak "destroyed" event' , function ( ) {
217+ it ( 'target doesn\'t leak "destroyed" event listener ' , function ( ) {
218218
219219 var db = new PouchDB ( dbs . name ) ;
220220 var remote = new PouchDB ( dbs . remote ) ;
@@ -297,7 +297,7 @@ adapters.forEach(function (adapters) {
297297 'complete' , 'error' , 'paused' , 'active' ,
298298 'change' , 'cancel'
299299 ] . forEach ( function ( event ) {
300- it ( 'returnValue doesn\'t leak "' + event + '" event' , function ( ) {
300+ it ( 'returnValue doesn\'t leak "' + event + '" event listener ' , function ( ) {
301301
302302 var db = new PouchDB ( dbs . name ) ;
303303 var remote = new PouchDB ( dbs . remote ) ;
@@ -373,7 +373,7 @@ adapters.forEach(function (adapters) {
373373 } ) ;
374374 } ) ;
375375
376- it ( 'returnValue doesn\'t leak "change" event w/ onChange' , function ( ) {
376+ it ( 'returnValue doesn\'t leak "change" event listener w/ onChange' , function ( ) {
377377
378378 var db = new PouchDB ( dbs . name ) ;
379379 var remote = new PouchDB ( dbs . remote ) ;
0 commit comments