Skip to content

Commit e7fe408

Browse files
authored
Fix typo in SDAM error handling test. (#1075)
1 parent 0aab1ee commit e7fe408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/integration/sdam_error_handling_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func TestSDAMErrorHandling(t *testing.T) {
5151
mt.RunOpts("network errors", noClientOpts, func(mt *mtest.T) {
5252
mt.Run("pool cleared on network timeout", func(mt *mtest.T) {
5353
// Assert that the pool is cleared when a connection created by an application
54-
// operation thread encounters a timeout caused by connectTimeoutMS during
54+
// operation thread encounters a timeout caused by socketTimeoutMS during
5555
// handshaking.
5656

5757
appName := "authConnectTimeoutTest"

0 commit comments

Comments
 (0)