@@ -316,7 +316,7 @@ describe('#unit ConnectionHolder', () => {
316
316
expect ( connection . resetInvoked ) . toBe ( 1 )
317
317
} )
318
318
319
- it ( 'should call connection._release ()' , ( ) => {
319
+ it ( 'should call connection.release ()' , ( ) => {
320
320
expect ( connection . releaseInvoked ) . toBe ( 1 )
321
321
} )
322
322
} )
@@ -343,7 +343,7 @@ describe('#unit ConnectionHolder', () => {
343
343
expect ( connection . resetInvoked ) . toBe ( 0 )
344
344
} )
345
345
346
- it ( 'should call connection._release ()' , ( ) => {
346
+ it ( 'should call connection.release ()' , ( ) => {
347
347
expect ( connection . releaseInvoked ) . toBe ( 1 )
348
348
} )
349
349
} )
@@ -369,7 +369,7 @@ describe('#unit ConnectionHolder', () => {
369
369
expect ( connection . resetInvoked ) . toBe ( 0 )
370
370
} )
371
371
372
- it ( 'should call connection._release ()' , ( ) => {
372
+ it ( 'should call connection.release ()' , ( ) => {
373
373
expect ( connection . releaseInvoked ) . toBe ( 1 )
374
374
} )
375
375
} )
@@ -398,7 +398,7 @@ describe('#unit ConnectionHolder', () => {
398
398
expect ( connection . resetInvoked ) . toBe ( 1 )
399
399
} )
400
400
401
- it ( 'should call connection._release ()' , ( ) => {
401
+ it ( 'should call connection.release ()' , ( ) => {
402
402
expect ( connection . releaseInvoked ) . toBe ( 1 )
403
403
} )
404
404
} )
@@ -424,7 +424,7 @@ describe('#unit ConnectionHolder', () => {
424
424
expect ( connection . resetInvoked ) . toBe ( 0 )
425
425
} )
426
426
427
- it ( 'should call connection._release ()' , ( ) => {
427
+ it ( 'should call connection.release ()' , ( ) => {
428
428
expect ( connection . releaseInvoked ) . toBe ( 1 )
429
429
} )
430
430
} )
0 commit comments