Skip to content

Commit

Permalink
Update ineffectaual assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Aug 20, 2024
1 parent b5ce6d6 commit 1a8058c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/util/mongotester/mongotester.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func (t *Tester) ensureClient(opts ...*options.ClientOptions) error {
clientOptions := options.Client()
for _, opts := range allOpts {
clientOptions.Opts = append(clientOptions.Opts, func(co *options.ClientOptions) error {
co = opts
*co = *opts

return nil
})
Expand Down

0 comments on commit 1a8058c

Please sign in to comment.