File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ describe('Unit Tests ::', function() {
49
49
50
50
// Look into the bowels of the PG Driver and ensure the Create function handles
51
51
// it's connections properly.
52
- it ( 'should release it\'s connection when completed' , function ( done ) {
52
+ it ( 'should release its connection when completed' , function ( done ) {
53
53
var manager = Adapter . datastores . test . manager ;
54
54
var preConnectionsAvailable = manager . pool . pool . availableObjectsCount ( ) ;
55
55
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ describe('Unit Tests ::', function() {
114
114
115
115
// Look into the bowels of the PG Driver and ensure the Create function handles
116
116
// it's connections properly.
117
- it ( 'should release it\'s connection when completed' , function ( done ) {
117
+ it ( 'should release its connection when completed' , function ( done ) {
118
118
var manager = Adapter . datastores . test . manager ;
119
119
var preConnectionsAvailable = manager . pool . pool . availableObjectsCount ( ) ;
120
120
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ describe('Unit Tests ::', function() {
83
83
84
84
// Look into the bowels of the PG Driver and ensure the Create function handles
85
85
// it's connections properly.
86
- it ( 'should release it\'s connection when completed' , function ( done ) {
86
+ it ( 'should release its connection when completed' , function ( done ) {
87
87
var manager = Adapter . datastores . test . manager ;
88
88
var preConnectionsAvailable = manager . pool . pool . availableObjectsCount ( ) ;
89
89
You can’t perform that action at this time.
0 commit comments