Skip to content

Commit c5ed9e4

Browse files
Update x/mongo/driver/topology/topology_options_test.go
Co-authored-by: Preston Vasquez <[email protected]>
1 parent de67ed5 commit c5ed9e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x/mongo/driver/topology/topology_options_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ func TestTopologyNewConfig(t *testing.T) {
111111
// Test that convertOIDCArgs exhaustively copies all fields of a driver.OIDCArgs
112112
// into an options.OIDCArgs.
113113
func TestConvertOIDCArgs(t *testing.T) {
114+
t.Parallel()
114115
refreshToken := "test refresh token"
115116

116117
testCases := []struct {

0 commit comments

Comments
 (0)