Skip to content

Commit 163b83e

Browse files
committed
minor update
1 parent bec2c08 commit 163b83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/integration/mtest/mongotest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func (t *T) cleanup() {
211211
_ = t.Client.Disconnect(context.Background())
212212
for client, v := range t.fpClients {
213213
if v {
214-
client.Disconnect(context.Background())
214+
_ = client.Disconnect(context.Background())
215215
}
216216
}
217217
t.fpClients = nil

0 commit comments

Comments
 (0)