Skip to content

Commit 9241cb0

Browse files
committed
updates
1 parent 6441972 commit 9241cb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mongo/integration/mtest/mongotest.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,9 @@ func (t *T) ResetClient(opts *options.ClientOptions) {
425425
}
426426

427427
_ = t.Client.Disconnect(context.Background())
428+
_ = t.fpClient.Disconnect(context.Background())
428429
t.Client = t.createTestClient(t.clientOpts)
430+
t.fpClient = t.createTestClient(t.clientOpts)
429431
t.DB = t.Client.Database(t.dbName)
430432
t.Coll = t.DB.Collection(t.collName, t.collOpts)
431433

0 commit comments

Comments
 (0)