Skip to content

Commit d844185

Browse files
author
Divjot Arora
committed
update comment
1 parent 0f5bf00 commit d844185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ func TestClient(t *testing.T) {
312312
_ = coll.Drop(bgCtx)
313313
}()
314314

315-
// Do an application operation and create four sessions so endSessions will execute in two batches.
315+
// Do an application operation and create the number of sessions specified by the test.
316316
_, err = coll.CountDocuments(bgCtx, bson.D{})
317317
assert.Nil(t, err, "CountDocuments error: %v", err)
318318
var sessions []Session

0 commit comments

Comments
 (0)