File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/integration/node-specific Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ describe('AbortSignal support', () => {
631
631
mongodbLogComponentSeverities : { serverSelection : 'debug' } ,
632
632
mongodbLogPath : {
633
633
write : log => {
634
- if ( log . c === 'serverSelection' && log . operation === 'ping ' ) {
634
+ if ( log . c === 'serverSelection' && log . operation === 'handshake ' ) {
635
635
controller . abort ( ) ;
636
636
promise . resolve ( ) ;
637
637
}
@@ -676,7 +676,7 @@ describe('AbortSignal support', () => {
676
676
mongodbLogComponentSeverities : { serverSelection : 'debug' } ,
677
677
mongodbLogPath : {
678
678
write : log => {
679
- if ( log . c === 'serverSelection' && log . operation === 'ping ' ) {
679
+ if ( log . c === 'serverSelection' && log . operation === 'handshake ' ) {
680
680
controller . abort ( ) ;
681
681
promise . resolve ( ) ;
682
682
}
You can’t perform that action at this time.
0 commit comments