@@ -21,7 +21,7 @@ describe('Collation', function () {
21
21
test : function ( ) {
22
22
const configuration = this . configuration ;
23
23
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
24
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
24
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
25
25
26
26
let commandResult ;
27
27
testContext . server . setMessageHandler ( request => {
@@ -57,7 +57,7 @@ describe('Collation', function () {
57
57
test : function ( ) {
58
58
const configuration = this . configuration ;
59
59
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
60
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
60
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
61
61
62
62
let commandResult ;
63
63
testContext . server . setMessageHandler ( request => {
@@ -95,7 +95,7 @@ describe('Collation', function () {
95
95
test : function ( ) {
96
96
const configuration = this . configuration ;
97
97
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
98
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
98
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
99
99
100
100
let commandResult ;
101
101
testContext . server . setMessageHandler ( request => {
@@ -131,7 +131,7 @@ describe('Collation', function () {
131
131
test : function ( ) {
132
132
const configuration = this . configuration ;
133
133
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
134
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
134
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
135
135
136
136
let commandResult ;
137
137
testContext . server . setMessageHandler ( request => {
@@ -172,7 +172,7 @@ describe('Collation', function () {
172
172
test : function ( ) {
173
173
const configuration = this . configuration ;
174
174
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
175
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
175
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
176
176
177
177
let commandResult ;
178
178
testContext . server . setMessageHandler ( request => {
@@ -208,7 +208,7 @@ describe('Collation', function () {
208
208
test : function ( ) {
209
209
const configuration = this . configuration ;
210
210
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
211
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
211
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
212
212
213
213
let commandResult ;
214
214
testContext . server . setMessageHandler ( request => {
@@ -246,7 +246,7 @@ describe('Collation', function () {
246
246
test : function ( ) {
247
247
const configuration = this . configuration ;
248
248
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
249
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
249
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
250
250
251
251
let commandResult ;
252
252
testContext . server . setMessageHandler ( request => {
@@ -282,7 +282,7 @@ describe('Collation', function () {
282
282
test : function ( ) {
283
283
const configuration = this . configuration ;
284
284
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
285
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
285
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
286
286
287
287
let commandResult ;
288
288
testContext . server . setMessageHandler ( request => {
@@ -320,7 +320,7 @@ describe('Collation', function () {
320
320
test : function ( ) {
321
321
const configuration = this . configuration ;
322
322
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
323
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
323
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
324
324
325
325
let commandResult ;
326
326
testContext . server . setMessageHandler ( request => {
@@ -356,7 +356,7 @@ describe('Collation', function () {
356
356
test : function ( ) {
357
357
const configuration = this . configuration ;
358
358
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
359
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
359
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
360
360
361
361
let commandResult ;
362
362
testContext . server . setMessageHandler ( request => {
@@ -469,7 +469,7 @@ describe('Collation', function () {
469
469
test : function ( ) {
470
470
const configuration = this . configuration ;
471
471
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
472
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
472
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
473
473
474
474
let commandResult ;
475
475
testContext . server . setMessageHandler ( request => {
@@ -624,7 +624,7 @@ describe('Collation', function () {
624
624
test : function ( ) {
625
625
const configuration = this . configuration ;
626
626
const client = configuration . newClient ( `mongodb://${ testContext . server . uri ( ) } /test` ) ;
627
- const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER_36 ) ] ;
627
+ const primary = [ Object . assign ( { } , mock . DEFAULT_ISMASTER ) ] ;
628
628
629
629
let commandResult ;
630
630
testContext . server . setMessageHandler ( request => {
0 commit comments