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', () => {
631631 mongodbLogComponentSeverities : { serverSelection : 'debug' } ,
632632 mongodbLogPath : {
633633 write : log => {
634- if ( log . c === 'serverSelection' && log . operation === 'ping ' ) {
634+ if ( log . c === 'serverSelection' && log . operation === 'handshake ' ) {
635635 controller . abort ( ) ;
636636 promise . resolve ( ) ;
637637 }
@@ -676,7 +676,7 @@ describe('AbortSignal support', () => {
676676 mongodbLogComponentSeverities : { serverSelection : 'debug' } ,
677677 mongodbLogPath : {
678678 write : log => {
679- if ( log . c === 'serverSelection' && log . operation === 'ping ' ) {
679+ if ( log . c === 'serverSelection' && log . operation === 'handshake ' ) {
680680 controller . abort ( ) ;
681681 promise . resolve ( ) ;
682682 }
You can’t perform that action at this time.
0 commit comments