Skip to content

Commit ad1fd0e

Browse files
Apply suggestions from code review
Co-authored-by: Benjamin Rewis <[email protected]>
1 parent d400a05 commit ad1fd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/integration/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ func TestClientStress(t *testing.T) {
485485
CreateClient(false)
486486
mt := mtest.New(t, mtOpts)
487487

488-
// Test that a Client can recover from a massive traffic spikes after the traffic spike is over.
488+
// Test that a Client can recover from a massive traffic spike after the traffic spike is over.
489489
mt.Run("Client recovers from traffic spike", func(mt *mtest.T) {
490490
oid := primitive.NewObjectID()
491491
doc := bson.D{{Key: "_id", Value: oid}, {Key: "key", Value: "value"}}

0 commit comments

Comments
 (0)